docker-compose-configs/.common.env.example
2025-04-24 19:07:13 -04:00

44 lines
No EOL
879 B
Text

# Docker images tags
COMPANION_TAG="latest"
HAPROXY_TAG="3.0"
NGINX_TAG="1.27.4"
YTPROXY_TAG="latest"
GLUETUN_TAG="latest"
# Reverse proxy
REVERSEPROXY_PUBLIC_PORT=443
REVERSEPROXY_METRICS_PORT=10000
# invidious-companion
SERVER_MAX_DASH_RESOLUTION=1080
VERIFY_REQUESTS=true
PORT=8081
SERVER_SECRET_KEY=""
SERVER_ENCRYPT_QUERY_PARAMS=true
PO_TOKEN_CHECK=true
JOBS_YOUTUBESESSION_FREQUENCY="*/5 * * * *"
MAX_PROXY_RETIRES=2
SERVER_ENABLE_METRICS=true
SERVER_DISABLE_LOGS=true
SERVER_TRACK_UNKNOWN_INNERTUBE_ERRORS=true
# ytproxy
YTPROXY_PORT=8080
# Has to be the same as SERVER_SECRET_KEY
YTPROXY_SECRET_KEY=""
YTPROXY_BLOCK_CHECKER=false
# Gluetun
DOT_PROVIDERS=google
HTTPPROXY=on
VPN_TYPE=wireguard
# Useless
BLOCK_MALICIOUS=off
# Useless
BLOCK_SURVEILLANCE=off
# Useless
BLOCK_ADS=off
# Unbound is installed on most servers
DNS_KEEP_NAMESERVER=on
DOT=on
UPDATER_PERIOD=12h