Add Headscale pilot stack for PD
This commit is contained in:
13
headscale/.env.example
Normal file
13
headscale/.env.example
Normal 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=
|
||||
Reference in New Issue
Block a user