Update headscale/headplane/config/config.yaml

This commit is contained in:
waveringana 2025-06-02 04:24:33 -04:00
parent b20e2b9499
commit 9b1a0b56b7

View file

@ -5,7 +5,7 @@ server:
# The secret used to encode and decode web sessions
# Ensure that this is exactly 32 characters long
cookie_secret: "r!5{4UZzX9vRpGdj.^wB-b3h?CL(6#Vq"
cookie_secret: "oops"
# Should the cookies only work over HTTPS?
# Set to false if running via HTTP without a proxy
@ -80,11 +80,11 @@ integration:
# (This is optional, but recommended for the best experience)
oidc:
issuer: "https://pocketid.nekomimi.pet"
client_id: "5d42faf9-636a-4ff9-90c2-6d9fa4a58a9f"
client_id: "oops"
# The client secret for the OIDC client
# Either this or `client_secret_path` must be set for OIDC to work
client_secret: "SNSR0EG0JU64LSUrpLDVxEjwf474ANSN"
client_secret: "oops"
# You can alternatively set `client_secret_path` to read the secret from disk.
# The path specified can resolve environment variables, making integration
@ -98,7 +98,7 @@ oidc:
# that can be used to authenticate other sessions when signing in.
#
# This can be done with `headscale apikeys create --expiration 999d`
headscale_api_key: "5rtHP12.W6SEUXXA0Fdf4rg9lPsXUBY-R96T-Oi_"
headscale_api_key: "oops"
# Optional, but highly recommended otherwise Headplane
# will attempt to automatically guess this from the issuer