-
Notifications
You must be signed in to change notification settings - Fork 24
/
.env
167 lines (146 loc) · 3.58 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
#
# Global
#
TIME_ZONE=Australia/Brisbane
DOMAINNAME=your.domain.name
#cloudflare details not implemented yet
CLOUDFLARE_EMAIL=
CLOUDFLARE_API_KEY=
#
# Ubuntu / rPi testing environments
# - Uncomment the needed section. Can remove un-needed bits here
#
#PUID=1000
#PGID=1000
#MEDIA_PATH=/mnt/syno
#PERSIST=/mnt/usb-wd4/docker
#DOWNLOADS=/mnt/usb-wd4/downloads
#INCOMPLETE=/mnt/usb-wd4/incomplete
#
# Synology production environment
# - Uncomment the needed section. Can remove un-needed bits here
#
PUID=1026
PGID=100
MEDIA_PATH=/volume1/Multimedia
PERSIST=/volume1/docker
DOWNLOADS=/volume1/downloads/pipeline-downloads
INCOMPLETE=/volume1/downloads/pipeline-incomplete
#
# Windows testing
# - Also requires cifs volume to be uncommented
# - Uncomment the needed section. Can remove un-needed bits here
#
#PUID=1000
#PGID=1000
#MEDIA_PATH=media_volume
#PERSIST=c:/docker
#DOWNLOADS=c:/downloads
#INCOMPLETE=c:/incomplete
#
# GMAIL
# - This section is not yet implemented, so you can leave it all as is
#
GM_USER__SECRET=<enter your value>
GM_TO__SECRET=<enter your value>
GM_PSW__SECRET=<enter your value>
GM_SERVER=smtp.gmail.com
GM_PORT=587
# Bitwarden
BW_TOKEN__SECRET=<enter your value>
#
# Plex
# - Used in health checks and other apps. If left blank, set HEALTH_CHECK_OVERRIDE=/bin/true
#
PLEX_CLAIM_TOKEN__SECRET=<enter your value>
HOST_NAME=Centaurus
ADVERTISE_IP=http://192.168.1.135:32400,https://plex.yourdomain.com
ALLOWED_NETWORKS=192.168.1.0/24,172.18.0.0/24
PLEX_TOKEN__SECRET=<enter your value>
VERSION=plexpass
#
# PI-HOLE
#
PH_SVR_IP=192.168.1.135
PH_PSW__SECRET=<enter your value>
REV_SERVER=true
REV_SERVER_DOMAIN=local
REV_SERVER_TARGET=192.168.1.1
REV_SERVER_CIDR=192.168.0.0/16
HOSTNAME=pihole
# lan domain - optional
LAN_DOMAIN_NAME=lan
#
# Networks
#
SUBNET=192.168.1.0/24
# Change this to your ethernet adapter interface. "ifconfig" to list
ETHCARD=ovs_bond0
#
# DuckDNS
#
DUCKSUBDOMS__SECRET=<enter your value>
DUCKTOKEN__SECRET=<enter your value>
#
# netdata
# - Root ID, which is required to show Docker container names in GUI.
#
NDROOTID=0
#
# watchtower
# - Optional interval (seconds) for Watchtower updates. (Defaults to daily)
# - If set, use formula: interval = numContainers x 216
#
WT_INTERVAL=15000
#
# moviematch
#
PURL=http://192.168.1.135:32400
LIBFILTER=Movies
#
# Health check and restart policies
# - Comment out HEALTH_CHECK_OVERRIDE once all **API Keys** entered below.
# - *Needs* to be uncommented until API_KEYS entered.
# - Set AUTOHEAL_RESTART to true to enable restarts of unhealthy containers
#
#HEALTH_CHECK_OVERRIDE=/bin/true
AUTOHEAL_RESTART=true
#
# API_Keys
# - Used in health checks. If commented, uncomment HEALTH_CHECK_OVERRIDE=/bin/true
# - Never set these keys and leave "HEALTH_CHECK_OVERRIDE=/bin/true" uncommented
#
SONARR_API_KEY__SECRET=<enter your value>
RADARR_API_KEY__SECRET=<enter your value>
BAZARR_API_KEY__SECRET=<enter your value>
RADARR4K_API_KEY__SECRET=<enter your value>
#
# Bookstack
#
BSDB=bookstackapp
BSUSER__SECRET=<enter your value>
BSPSW__SECRET=<enter your value>
#BSBASEURL=http://192.168.1.135:6875
BSBASEURL=https://bs.yourdomain.com
#
# Telegram
#
TELEGRAM_BOT_TOKEN__SECRET=<enter your value>
TELEGRAM_CHAT_ID__SECRET=<enter your value>
# Not frequently Used ##########################################################################################
#
# Pushover
#
PUSHOVER_USER_API__SECRET=<enter your value>
PUSHOVER_APP_API__SECRET=<enter your value>
PUSHOVER_DEVICE=oneplus5
#
# Pushbullet
#
PUSHBULLET_API__SECRET=<enter your value>
#
# Chevereto
#
CDB=chevereto
CUSER__SECRET=<enter your value>
CPSW__SECRET=<enter your value>