18 lines
545 B
Bash
18 lines
545 B
Bash
# The subnet to rotate from.
|
|
# Leave blank to disable IPv6 rotation.
|
|
IPV6_SUBNET=2001:db8::/32
|
|
|
|
# The addresses nginx listens on.
|
|
# To disable (effectively), set to something private.
|
|
# IPv6 brackets are not needed!
|
|
NGINX_IPV4=203.0.113.1
|
|
NGINX_IPV6=2001:db8::1
|
|
|
|
# The hostname under which companion (well, nginx) is served
|
|
DOMAIN=example.com
|
|
|
|
# Note that you still need to uncomment the lines in docker-compose.yml
|
|
GLUETUN=false
|
|
|
|
# Equal to "invidious_companion_key" in your invidious. At least 16 chars!
|
|
COMPANION_SECRET_KEY=1234567890abcdef
|