Replace cloud tunnel remote access with embedded Tailscale (tsnet)#28
Draft
Replace cloud tunnel remote access with embedded Tailscale (tsnet)#28
Conversation
…cale tsnet Agent-Logs-Url: https://github.com/jeffborg/evcc/sessions/c76ee0aa-55d2-433d-bc7d-c224c9c3d32e Co-authored-by: jeffborg <1595430+jeffborg@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jeffborg/evcc/sessions/c76ee0aa-55d2-433d-bc7d-c224c9c3d32e Co-authored-by: jeffborg <1595430+jeffborg@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Swap remote access to use Tailscale
Replace cloud tunnel remote access with embedded Tailscale (tsnet)
Apr 27, 2026
Agent-Logs-Url: https://github.com/jeffborg/evcc/sessions/af2f26e6-5fa5-4f04-81e5-b0e149906751 Co-authored-by: jeffborg <1595430+jeffborg@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tailscale.com/tsnetdependency and basic Tailscale backendserver/remote/clients.go– bcrypt credential store for remote usersserver/remote/ratelimit.go– rate limiter for auth attemptsserver/remote/tailscale.go– wrap HTTP handler withbasicAuthMiddleware; middleware is a no-op when no clients are configured (open access), and enforces basic auth when clients existserver/remote/remote.go– restoreAuthenticate,TrackActivity,Clients,CreateClient,DeleteClient,lastSeen/connectedtracking; exposeloginBlockedin statusserver/http_remote_handler.go– restoreremoteClientsHandler,createRemoteClientHandler,deleteRemoteClientHandler; keep Tailscale auth-key and hostname handlersserver/http.go– restore client CRUD routes (GET/POST/DELETE /config/remote/clients)assets/js/components/Config/Remote/RemoteClientList.vueassets/js/components/Config/Remote/RemoteClientCreate.vueassets/js/components/Config/Remote/RemoteClientReveal.vueassets/js/utils/remote.tsassets/js/components/Config/Remote/RemoteModal.vue– client management UI alongside Tailscale settingsassets/js/types/evcc.ts– restoreRemoteClient,RemoteClientCreated,loginBlocked,lastSeenassets/js/views/Config.vue–isRemoteClientActiveimport and fullremoteTagscomputedi18n/en.jsonandi18n/de.json– all client-related strings restored