Skip to content

Update Kaneo to v2.6.0#258

Merged
crypt0rr merged 5 commits intotailscale-dev:mainfrom
NI-R0:update-kaneo
Apr 11, 2026
Merged

Update Kaneo to v2.6.0#258
crypt0rr merged 5 commits intotailscale-dev:mainfrom
NI-R0:update-kaneo

Conversation

@NI-R0
Copy link
Copy Markdown
Contributor

@NI-R0 NI-R0 commented Apr 10, 2026

Pull Request Title: Update Kaneo compose.yaml to v2.6.0

Description

Kaneo's configuration files were outdated and did not work with the latest official images.
This PR updates the compose.yaml and env file to match Kaneo's latest release.

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring

How Has This Been Tested?

  1. Deployed the stack on my Ubuntu server using docker compose up -d
  2. Confirmed Tailscale container joined the Tailnet successfully
  3. Accessed the WebUI via MagicDNS URL on a mobile device over cellular and Wifi
  4. Confirmend API and WebUI work together as intended by inspecting Firefox's developer tools network tab

Checklist

  • I have performed a self-review of my code
  • I have added tests that prove my fix or feature works
  • I have updated necessary documentation (e.g. frontpage README.md)
  • Any dependent changes have been merged and published in downstream modules

Additional Notes

In order for the frontend to be able to communicate with the backend, I added a second proxy handler that matches /api to localhost:<backend-port>/api/. By doing so, the API can be accessed using the same MagicDNS url as the WebUI (by adding e.g. /api/auth/get-session at the end). This removes the need to create a separate Tailscale container just for the backend.

@NI-R0 NI-R0 mentioned this pull request Apr 10, 2026
3 tasks
@crypt0rr crypt0rr self-requested a review April 10, 2026 20:40
@crypt0rr crypt0rr added new service request to add a new service enhancement New feature, change or request and removed new service request to add a new service labels Apr 11, 2026
@crypt0rr crypt0rr merged commit cc3b272 into tailscale-dev:main Apr 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature, change or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🏗️ New Service: Kaneo

2 participants