79 lines
2.5 KiB
Bash
Executable File
79 lines
2.5 KiB
Bash
Executable File
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
##
|
|
## Docker Compose Environment Variable file for ARR Stack
|
|
##
|
|
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
|
|
#Name of the project in Docker
|
|
COMPOSE_PROJECT_NAME=ARR-stack
|
|
|
|
# This is the network subnet which will be used inside the docker "media_network", change as required.
|
|
# LOCAL_SUBNET is your home network and is needed so the VPN client allows access to your home computers.
|
|
DOCKER_SUBNET=172.28.11.0/24
|
|
DOCKER_GATEWAY=172.28.11.1
|
|
LOCAL_SUBNET=192.168.1.0/24
|
|
LOCAL_DOCKER_IP=192.168.1.52
|
|
|
|
# Each of the "*ARR" applications have been configured so the theme can be changed to your needs.
|
|
# Refer to Theme Park for more info / options: https://docs.theme-park.dev/theme-options/aquamarine/
|
|
TP_THEME=nord
|
|
TP_DOMAIN=themepark.floonetwork.site
|
|
|
|
# Plex
|
|
PLEX_URL=http://192.168.1.50:32400
|
|
PLEX_TOKEN=WzjLsbSb4PuyNw93C5mS
|
|
|
|
# Host Data Folders - Will accept Linux, Windows, NAS folders
|
|
FOLDER_FOR_CONFIGS=/mnt/user/appdata
|
|
FOLDER_FOR_MEDIA=/mnt/remotes/192.168.1.50_media/
|
|
FOLDER_FOR_TORRENTS=/mnt/user/data/torrents/
|
|
FOLDER_FOR_QBITDATA=/mnt/user/data/
|
|
|
|
# File access, date and time details for the containers / applications to use.
|
|
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.
|
|
PUID=99
|
|
PGID=100
|
|
UMASK=000
|
|
TIMEZONE=America/New_York
|
|
|
|
# Qbittorrent
|
|
VPN_ENABLED=yes
|
|
VPN_USER=morphon
|
|
VPN_PASS=OcCfNCnyVtnWV29!
|
|
VPN_PROV=airvpn
|
|
VPN_CLIENT=wireguard
|
|
VPN_OPTIONS='--script-security 2 --route-up /config/tun_up.sh'
|
|
VPN_SPF=no
|
|
VPN_PRIVOXY=no
|
|
VPN_DEBUG=false
|
|
QBITNS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
|
|
QBITLAN=192.168.1.0/24
|
|
|
|
#Qbitmanage
|
|
QBT_SCHEDULE=60
|
|
|
|
#Secrets
|
|
QBIT_PORT_TCP=6881
|
|
QBIT_PORT_UDP=6881
|
|
QBIT_PORT=8118
|
|
FLARESOLVERR_PORT=8191
|
|
|
|
WEBUI_PORT_BAZARR=6767
|
|
WEBUI_PORT_LIDARR=8686
|
|
WEBUI_PORT_MYLAR3=8090
|
|
WEBUI_PORT_PROWLARR=9696
|
|
WEBUI_PORT_QBITTORRENT=8082
|
|
WEBUI_PORT_RADARR=7879
|
|
WEBUI_PORT_RADARR4K=7878
|
|
WEBUI_PORT_READARR=8787
|
|
WEBUI_PORT_SONARR=8990
|
|
WEBUI_PORT_SONARR4K=8989
|
|
WEBUI_PORT_AUTOBRR=7474
|
|
|
|
PORT_CROSS_SEED=2468
|
|
|
|
DN_API_KEY=9c6445ee-bfff-4288-b464-65755955aa6f |