Skip to content

Commit 0ff1714

Browse files
authored
Added MagicDNS Environment Option + Small fixes (#70)
* Added MagicDNS Environment * Fixes in template * Template update
1 parent 6f059fd commit 0ff1714

File tree

39 files changed

+66
-25
lines changed

39 files changed

+66
-25
lines changed

services/adguardhome/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/audiobookshelf/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/bazarr/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/beszel/agent/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/beszel/hub/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/changedetection/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/clipcascade/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/cyberchef/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/ddns-updater/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/dozzle/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/excalidraw/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/gokapi/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/homarr/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/isley/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/it-tools/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/jellyfin/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/languagetool/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/linkding/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/nextcloud/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/nodered/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/pihole/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/pingvin-share/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/plex/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/portainer/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/qbittorrent/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/radarr/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/resilio-sync/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/searxng/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/slink/docker-compose.yml

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ services:
1111
- TS_STATE_DIR=/var/lib/tailscale
1212
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
1313
- TS_USERSPACE=false
14+
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
15+
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1417
volumes:
1518
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1619
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
@@ -19,13 +22,13 @@ services:
1922
cap_add:
2023
- net_admin # Tailscale requirement
2124
- sys_module # Tailscale requirement
22-
ports:
23-
- 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
25+
#ports:
26+
# - 0.0.0.0:${SERVICEPORT}:${SERVICEPORT} # Binding port ${SERVICE}PORT to the local network - may be removed if only exposure to your Tailnet is required
2427
# If any DNS issues arise, use your preferred DNS provider by uncommenting the config below
25-
# dns:
26-
# - ${DNS_SERVER}
28+
#dns:
29+
# - ${DNS_SERVER}
2730
healthcheck:
28-
test: ["CMD", "tailscale", "status"] # Check if Tailscale is running
31+
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:41234/healthz"] # Check Tailscale has a Tailnet IP and is operational
2932
interval: 1m # How often to perform the check
3033
timeout: 10s # Time to wait for the check to succeed
3134
retries: 3 # Number of retries before marking as unhealthy
@@ -42,22 +45,22 @@ services:
4245
- PGID=1000
4346
- TZ=Europe/Amsterdam
4447

45-
# Your application hostname
46-
- ORIGIN=https://your-domain.com
47-
48-
# Require user approval before they can upload images
49-
- USER_APPROVAL_REQUIRED=true
50-
51-
# User password requirements
52-
- USER_PASSWORD_MIN_LENGTH=8
53-
- USER_PASSWORD_REQUIREMENTS=15 # bitmask of requirements
54-
55-
# Maximum image size allowed to be uploaded (no more than 50M)
56-
- IMAGE_MAX_SIZE=15M
57-
58-
# Storage provider to use.
59-
# Available options are local and smb
60-
- STORAGE_PROVIDER=local
48+
# Your application hostname
49+
- ORIGIN=https://your-domain.com
50+
51+
# Require user approval before they can upload images
52+
- USER_APPROVAL_REQUIRED=true
53+
54+
# User password requirements
55+
- USER_PASSWORD_MIN_LENGTH=8
56+
- USER_PASSWORD_REQUIREMENTS=15 # bitmask of requirements
57+
58+
# Maximum image size allowed to be uploaded (no more than 50M)
59+
- IMAGE_MAX_SIZE=15M
60+
61+
# Storage provider to use.
62+
# Available options are local and smb
63+
- STORAGE_PROVIDER=local
6164
volumes:
6265
- ${PWD}/${SERVICE}-data/var/data:/app/var/data
6366
- ${PWD}/${SERVICE}-data/images:/app/slink/images

services/sonarr/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/speedtest-tracker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/stirlingpdf/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

services/tailscale-exit-node/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- TS_USERSPACE=false
1414
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1515
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
16+
#- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS
1617
volumes:
1718
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
1819
- ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path

0 commit comments

Comments
 (0)