Advertise Tailscale Serve HTTPS URL in headless pairing output #7038
johnlombardo-dev
started this conversation in
Ideas
Replies: 1 comment
|
I opened a small implementation reference here: #2835. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi. I saw the note that the project is not currently accepting PRs, so please treat this primarily as a feature request. I have a small branch implementing this and am happy for you to use, adapt, or ignore the contribution as useful.
When running
t3 serve --tailscale-serve, the server configures Tailscale Serve, but the startup/pairing output can still advertise the local HTTP URL. For remote/headless use this means the user has to manually translate the URL to the MagicDNS HTTPS address (like a caveman).Requested behavior:
https://<machine>.<tailnet>.ts.net/URL in startup and pairing output.The change is low impact: it only affects advertised startup URLs when
--tailscale-serveis enabled, and keeps the current behavior as fallback.All reactions