Paws/Docker/Docker-Compose/Arr/env-sample

34 lines
996 B
Text
Raw Normal View History

2024-12-12 16:00:59 +01:00
################################################
# Global
################################################
# The timezone you want to use.
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ=<timezone>
# The UID and GID that the containers will run as.
# 1000 is your normal user
PUID=1000
PGID=1000
# The directory where data and configuration will be stored.
ROOT=<path> # The path where your configurations get stored.
MEDIA=<path> # The path where you want to store your media files.
2024-12-12 18:32:33 +01:00
################################################
# GlueTun
################################################
VPN_SERVICE_PROVIDER=<vpn provider name>
OPENVPN_USER=<username> # Your VPN provider username
OPENVPN_PASSWORD=<password> # Your VPN provider password
SERVER_REGIONS=<region> # your vpn provider region name you want to connect to
FIREWALL_OUTBOUND_SUBNETS=10.0.0.0/8,192.168.0.0/16,172.16.0.0/12
SHADOWSOCKS=off
SHADOWSOCKS_PASSWORD=changeme
HTTPPROXY=off
HTTPPROXY_STEALTH=on