forked from coop-cloud/headscale
28 lines
587 B
Plaintext
28 lines
587 B
Plaintext
TYPE=headscale
|
|
|
|
DOMAIN=headscale.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.headscale.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
# Defines the base domain to create the hostnames for MagicDNS.
|
|
BASE_DOMAIN=f0x.lan
|
|
|
|
|
|
# set this to true to enable using the built-in DERP rather than tailscale's
|
|
ENABLE_DERP=false
|
|
|
|
# enable oidc
|
|
# OIDC_ENABLED=1
|
|
# OIDC_ISSUER=https://authentik.example
|
|
# SECRET_OIDC_CLIENT_KEY_VERSION=v1
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.oidc.yml"
|
|
|
|
# See https://git.coopcloud.tech/coop-cloud/backup-bot-two
|
|
ENABLE_BACKUPS=true
|
|
|