add headscale
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
TYPE=headscale:e2221e39+U
|
||||
|
||||
DOMAIN=headscale.laylotta.resisttechmonopolies.online
|
||||
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.headscale.laylotta.resisttechmonopolies.online`'
|
||||
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
# Defines the base domain to create the hostnames for MagicDNS.
|
||||
BASE_DOMAIN=rtm.lan
|
||||
|
||||
# set this to true to enable using the built-in DERP rather than tailscale's
|
||||
ENABLE_DERP=true
|
||||
|
||||
# enable oidc
|
||||
OIDC_ENABLED=1
|
||||
OIDC_ISSUER=https://auth.resisttechmonopolies.online/application/o/headscale/
|
||||
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
|
||||
|
||||
## allow cron updater
|
||||
COMPOSE_FILE="$COMPOSE_FILE:compose.dns.yml"
|
||||
DNS_REPO=RTM/sootie-dynamic-dns
|
||||
@ -1,4 +1,4 @@
|
||||
TYPE=monitoring-ng:423b9bcf+U
|
||||
TYPE=monitoring-ng:23b13cb8
|
||||
LETS_ENCRYPT_ENV=production
|
||||
COMPOSE_FILE=compose.yml
|
||||
DOMAIN=m.laylotta.resisttechmonopolies.online
|
||||
|
||||
Reference in New Issue
Block a user