@@ -6,13 +6,13 @@ RENDER_GROUP=
66VIDEO_GROUP =
77TZ =
88USERDIR = # Full path (i.e. `/home/<user>`, not `~`)
9- DOCKERDIR = # e.g. $ USERDIR/docker
10- APPDIR = # e.g. $ DOCKERDIR/appdata
11- SECRETSDIR = # e.g. $ DOCKERDIR/secrets
12- DATADIR = # e.g. $ DOCKERDIR/data or /mnt/nas/dockerdata
9+ DOCKERDIR = # e.g. "${ USERDIR} /docker"
10+ APPDIR = # e.g. "${ DOCKERDIR} /appdata"
11+ SECRETSDIR = # e.g. "${ DOCKERDIR} /secrets"
12+ DATADIR = # e.g. "${ DOCKERDIR} /data" or /mnt/nas/dockerdata
1313COMPOSE_HTTP_TIMEOUT = # Necessary for slow DNS lookups that are possible with Pi-Hole
1414IP = # Internal LAN server IP
15- SERVER_IP = $IP
15+ SERVER_IP = " ${ IP } "
1616LAN_NETWORK = # CIDR notation e.g. 192.168.1.0/24
1717
1818
@@ -55,11 +55,14 @@ BLUEBUBBLES_VNC_PORT=5999
5555BLUEBUBBLES_SERVER_PORT = 1234
5656GLUETUN_HTTP_CONTROL_SERVER_PORT = 9001
5757GLUETUN_PRIVATE_HTTP_CONTROL_SERVER_PORT = 9002
58+ TDARR_SERVER_PORT = 8266
59+ TDARR_WEBUI_PORT = 8265
60+ TDARR_NODE_PORT = 9267
5861
5962
6063# #### T2_PROXY NETWORK IPS
6164
62- # # Example values given, can be whatever ports are desired
65+ # # Example values given, can be whatever IPs are desired
6366T2_PROXY_SUBNET = 10.123.101.0/24
6467T2_PROXY_GATEWAY = 10.123.101.1
6568TRAEFIK_IPV4 = 10.123.101.254
@@ -79,15 +82,15 @@ TAUTULLI_IPV4=10.123.101.111
7982
8083# #### SOCKET_PROXY NETWORK IPS
8184
82- # # Example values given, can be whatever ports are desired
85+ # # Example values given, can be whatever IPs are desired
8386SOCKET_PROXY_SUBNET = 10.123.102.0/24
8487SOCKET_PROXY_GATEWAY = 10.123.102.1
8588SOCKET_PROXY_IPV4 = 10.123.102.254
8689
8790
8891# #### GLUETUN_NET NETWORK IPS
8992
90- # # Example values given, can be whatever ports are desired
93+ # # Example values given, can be whatever IPs are desired
9194GLUETUN_SUBNET = 10.123.103.0/24
9295GLUETUN_GATEWAY = 10.123.103.1
9396GLUETUN_IPV4 = 10.123.103.254
@@ -116,7 +119,7 @@ EMAIL_ADDRESS=
116119EMAIL_SERVER =
117120EMAIL_SERVER_PORT =
118121EMAIL_SERVER_USER =
119- EMAIL_SERVER_PASSWORD =
122+ # EMAIL_SERVER_PASSWORD= # Use docker secrets instead
120123EMAIL_SERVER_SECURITY =
121124
122125
@@ -184,3 +187,15 @@ BLUEBUBBLES_VNC_PASSWORD=
184187GLUETUN_SERVER_COUNTRIES =
185188GLUETUN_SERVER_CITIES =
186189GLUETUN_SERVER_HOSTNAMES =
190+
191+
192+ # #### NEW RELIC
193+
194+ NRIA_LICENSE_KEY =
195+
196+
197+ # #### MISCELLANEOUS
198+
199+ NTP_SERVERS = " pool.ntp.org,time.nist.gov,time.cloudflare.com"
200+ WIREGUARD_PEERS = " misc1,misc2,misc3"
201+
0 commit comments