From ecad11c416ff4501c45200baf4d3d6ca697e2d06 Mon Sep 17 00:00:00 2001 From: William Gill Date: Fri, 12 Jun 2026 15:51:11 -0500 Subject: [PATCH] feat(headscale): print OIDC callback URL after deploy Surface https://${HEADSCALE_DOMAIN}/oidc/callback in the final DEPLOYED summary so it's easy to register in the pocket-id OIDC client. --- deployments/headscale/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployments/headscale/deploy.sh b/deployments/headscale/deploy.sh index a802b62..437b5f1 100644 --- a/deployments/headscale/deploy.sh +++ b/deployments/headscale/deploy.sh @@ -287,6 +287,9 @@ Tailnet: ${TAILNET_DOMAIN} (MagicDNS suffix) OIDC: https://${POCKETID_DOMAIN} Stack dir: ${STACK_DIR} +OIDC redirect/callback URI -- register THIS in your pocket-id client: + https://${HEADSCALE_DOMAIN}/oidc/callback + Bootstrap a user (run from $STACK_DIR): docker compose exec headscale headscale users create alice docker compose exec headscale headscale users list