feat: Try a different arr stack.

This commit is contained in:
2025-11-28 21:24:53 -05:00
parent 51c1d074fa
commit 58accb9276
2 changed files with 220 additions and 135 deletions

View File

@@ -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