-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
46 lines (33 loc) · 781 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Your timezone, https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ=America/New_York
# UNIX PUID and PGID, find with: id $USER
PUID=1000
PGID=1000
# Local network mask, find with: ip route | awk '!/ (docker0|br-)/ && /src/ {print $1}'
NETWORK=192.168.1.0/24
# The directory where data will be stored.
ROOT=/opt/NordVPN-arr-stack
DOWNLOAD_ROOT=/path/to/Downloads
MEDIA_ROOT=/path/to/Media/
#NordVPN
#https://github.com/bubuntux/nordlynx#how-to-get-your-private_key
PRIVATE_KEY=XXXXXXXXXXXX
VPN_COUNTRY=DE
#Qbittorrent
QBITTORRENT_PORT=8888
#Radarr
RADARR_PORT=7878
#Sonarr
SONARR_PORT=8989
#Lidarr
LIDARR_PORT=8686
#Bazarr
BAZARR_PORT=6767
#xteve
XTEVE_PORT=34400
#Prowlarr
PROWLARR_PORT=9696
#Flaresolverr
FLARESOLVERR_PORT=8191
#NZBget
NZBGET_PORT=6789