Add Headscale pilot stack for PD

This commit is contained in:
Fizzlepoof
2026-05-26 00:48:01 +00:00
parent 68bab888db
commit 7e064397ec
8 changed files with 433 additions and 0 deletions

13
headscale/.env.example Normal file
View File

@@ -0,0 +1,13 @@
TZ=America/Chicago
# Private DNS names for the pilot. Add matching records in Technitium before device enrollment.
HEADSCALE_SERVER_URL=http://headscale.home.paccoco.com:8084
HEADPLANE_BASE_URL=http://headplane.home.paccoco.com:3005
# Must be replaced with an actual 32-character secret before deployment.
HEADPLANE_COOKIE_SECRET=CHANGE_ME_TO_EXACTLY_32_CHARS
# Optional future OIDC wiring for Headscale users. Leave blank for the initial pilot.
HEADSCALE_OIDC_ISSUER=
HEADSCALE_OIDC_CLIENT_ID=
HEADSCALE_OIDC_CLIENT_SECRET=