Files
sessiongurad/deploy/public-vps-netbird/.env.example
jbergner 7c69432097
Some checks failed
release-tag / release-image (push) Successful in 2m3s
release-main / release-images (push) Failing after 3m9s
RC-2 0.5.2
2026-08-24 05:46:42 +02:00

27 lines
809 B
Plaintext

# Public VPS / edge
NETBIRD_VERSION=latest
CADDY_VERSION=2.11.4
EDGEGUARD_VERSION=0.5.2
NETBIRD_PEER_NAME=public-proxy
NETBIRD_MANAGEMENT_URL=https://netbird.example.org
NETBIRD_SETUP_KEY=REPLACE_ME
NETBIRD_LOG_LEVEL=info
# Public DNS names. Both A/AAAA records point to this VPS.
GUAC_HOST=ts.hilden.info
SESSIONGUARD_HOST=sessionguard.hilden.info
ACME_EMAIL=admin@example.org
# Fixed private Docker addresses advertised through NetBird Networks.
GUAC01_IP=10.201.1.10
GUAC02_IP=10.201.2.10
GUAC03_IP=10.201.3.10
SESSIONGUARD_IP=10.202.0.10
# Generate e.g. with: openssl rand -hex 32
GUAC_LB_SECRET=REPLACE_WITH_RANDOM_SECRET
# Base image name built by this repository's release workflow.
# If your repository name differs, adjust accordingly.
EDGEGUARD_IMAGE=git.send.nrw/sendnrw/sessionguard-edgeguard