feat: Try a different arr stack.
This commit is contained in:
31
example.env
31
example.env
@@ -1,6 +1,27 @@
|
||||
TIMEZONE="America/New_York"
|
||||
DATA_LOCATION=/mnt/media
|
||||
# General UID/GIU and Timezone
|
||||
TZ=America/New_York
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
OPENVPN_USER="fixme"
|
||||
OPENVPN_PASSWORD="super-secret"
|
||||
WIREGUARD_PRIVATE_KEY="super-secret"
|
||||
# Input your VPN provider and type here
|
||||
VPN_SERVICE_PROVIDER=protonvpn
|
||||
VPN_TYPE=wireguard
|
||||
|
||||
# Mandatory, airvpn forwarded port
|
||||
FIREWALL_VPN_INPUT_PORTS=port
|
||||
|
||||
# Copy all these varibles from your generated configuration file
|
||||
WIREGUARD_PUBLIC_KEY=key
|
||||
WIREGUARD_PRIVATE_KEY=key
|
||||
WIREGUARD_PRESHARED_KEY=key
|
||||
WIREGUARD_ADDRESSES=ip
|
||||
|
||||
# Optional location varbiles, comma seperated list,no spaces after commas, make sure it matches the config you created
|
||||
SERVER_COUNTRIES=United States
|
||||
SERVER_CITIES=city
|
||||
|
||||
# Heath check duration
|
||||
HEALTH_VPN_DURATION_INITIAL=120s
|
||||
|
||||
# Data Mount
|
||||
DATA_MOUNT=/mnt/media
|
||||
|
||||
Reference in New Issue
Block a user