diff --git a/services/adguardhome-sync/compose.yaml b/services/adguardhome-sync/compose.yaml index 6a99671..f077cfa 100644 --- a/services/adguardhome-sync/compose.yaml +++ b/services/adguardhome-sync/compose.yaml @@ -14,6 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./config:/config # Config folder used to store Tailscale files - you may need to change the path - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/adguardhome/compose.yaml b/services/adguardhome/compose.yaml index 0e97567..8f3db00 100644 --- a/services/adguardhome/compose.yaml +++ b/services/adguardhome/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/arcane/compose.yaml b/services/arcane/compose.yaml index 88ee803..70808e8 100644 --- a/services/arcane/compose.yaml +++ b/services/arcane/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/audiobookshelf/compose.yaml b/services/audiobookshelf/compose.yaml index 1e41b01..94b375a 100644 --- a/services/audiobookshelf/compose.yaml +++ b/services/audiobookshelf/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/bazarr/compose.yaml b/services/bazarr/compose.yaml index 7301e4d..3cb5857 100644 --- a/services/bazarr/compose.yaml +++ b/services/bazarr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/bentopdf/compose.yaml b/services/bentopdf/compose.yaml index 110f96d..67277a9 100644 --- a/services/bentopdf/compose.yaml +++ b/services/bentopdf/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/beszel-agent/compose.yaml b/services/beszel-agent/compose.yaml index c094be7..d6292f5 100644 --- a/services/beszel-agent/compose.yaml +++ b/services/beszel-agent/compose.yaml @@ -13,6 +13,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: diff --git a/services/beszel-hub/compose.yaml b/services/beszel-hub/compose.yaml index 125f00a..0d0caff 100644 --- a/services/beszel-hub/compose.yaml +++ b/services/beszel-hub/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/booklore/compose.yaml b/services/booklore/compose.yaml index 649fe35..96fc5c6 100644 --- a/services/booklore/compose.yaml +++ b/services/booklore/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/caddy/compose.yaml b/services/caddy/compose.yaml index 4a6951f..9653e7b 100644 --- a/services/caddy/compose.yaml +++ b/services/caddy/compose.yaml @@ -14,6 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./config:/config # Config folder used to store Tailscale files - you may need to change the path - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/changedetection/compose.yaml b/services/changedetection/compose.yaml index e4eec0c..a8e1c1b 100644 --- a/services/changedetection/compose.yaml +++ b/services/changedetection/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/clipcascade/compose.yaml b/services/clipcascade/compose.yaml index aab1669..6864294 100644 --- a/services/clipcascade/compose.yaml +++ b/services/clipcascade/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/coder/compose.yaml b/services/coder/compose.yaml index c8aa063..c7ca7fb 100644 --- a/services/coder/compose.yaml +++ b/services/coder/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/configarr/compose.yaml b/services/configarr/compose.yaml index fc04b3f..1398355 100644 --- a/services/configarr/compose.yaml +++ b/services/configarr/compose.yaml @@ -13,6 +13,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: diff --git a/services/convertx/compose.yaml b/services/convertx/compose.yaml index e3cbf23..a1c47e5 100644 --- a/services/convertx/compose.yaml +++ b/services/convertx/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/copyparty/compose.yaml b/services/copyparty/compose.yaml index 32f2ee6..651e558 100644 --- a/services/copyparty/compose.yaml +++ b/services/copyparty/compose.yaml @@ -37,6 +37,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/cyberchef/compose.yaml b/services/cyberchef/compose.yaml index aea944f..ca77a9f 100644 --- a/services/cyberchef/compose.yaml +++ b/services/cyberchef/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/ddns-updater/compose.yaml b/services/ddns-updater/compose.yaml index e7fbd6b..c06ebf8 100644 --- a/services/ddns-updater/compose.yaml +++ b/services/ddns-updater/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/docmost/compose.yaml b/services/docmost/compose.yaml index 4389dd7..d465890 100644 --- a/services/docmost/compose.yaml +++ b/services/docmost/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/donetick/compose.yaml b/services/donetick/compose.yaml index 1342d7d..e0fdc19 100644 --- a/services/donetick/compose.yaml +++ b/services/donetick/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/dozzle/compose.yaml b/services/dozzle/compose.yaml index 9f79744..8064133 100644 --- a/services/dozzle/compose.yaml +++ b/services/dozzle/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/dumbdo/compose.yaml b/services/dumbdo/compose.yaml index d73bde5..5351a17 100644 --- a/services/dumbdo/compose.yaml +++ b/services/dumbdo/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/eigenfocus/compose.yaml b/services/eigenfocus/compose.yaml index 8fd5ea7..0276093 100644 --- a/services/eigenfocus/compose.yaml +++ b/services/eigenfocus/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/excalidraw/compose.yaml b/services/excalidraw/compose.yaml index 1b53253..f7f07b9 100644 --- a/services/excalidraw/compose.yaml +++ b/services/excalidraw/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/flatnotes/compose.yaml b/services/flatnotes/compose.yaml index ba4cf92..82c7eab 100644 --- a/services/flatnotes/compose.yaml +++ b/services/flatnotes/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/forgejo/compose.yaml b/services/forgejo/compose.yaml index cce18be..d862523 100644 --- a/services/forgejo/compose.yaml +++ b/services/forgejo/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/formbricks/compose.yaml b/services/formbricks/compose.yaml index b6b1bca..9531386 100644 --- a/services/formbricks/compose.yaml +++ b/services/formbricks/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/fossflow/compose.yaml b/services/fossflow/compose.yaml index 56e86c3..2944d8d 100644 --- a/services/fossflow/compose.yaml +++ b/services/fossflow/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/ghost/compose.yaml b/services/ghost/compose.yaml index 14fcae0..0e1bbd5 100644 --- a/services/ghost/compose.yaml +++ b/services/ghost/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/gitsave/compose.yaml b/services/gitsave/compose.yaml index c7d5da7..ee5499d 100644 --- a/services/gitsave/compose.yaml +++ b/services/gitsave/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/glance/compose.yaml b/services/glance/compose.yaml index 5f60e8f..393ce45 100644 --- a/services/glance/compose.yaml +++ b/services/glance/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/gokapi/compose.yaml b/services/gokapi/compose.yaml index 9b95694..dd54d8b 100644 --- a/services/gokapi/compose.yaml +++ b/services/gokapi/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/gotify/compose.yaml b/services/gotify/compose.yaml index 224ac27..938f693 100644 --- a/services/gotify/compose.yaml +++ b/services/gotify/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/grampsweb/compose.yaml b/services/grampsweb/compose.yaml index eb28068..6ac99e1 100644 --- a/services/grampsweb/compose.yaml +++ b/services/grampsweb/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/haptic/compose.yaml b/services/haptic/compose.yaml index adf0222..65702f6 100644 --- a/services/haptic/compose.yaml +++ b/services/haptic/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/hemmelig/compose.yaml b/services/hemmelig/compose.yaml index d521070..e4f25a3 100644 --- a/services/hemmelig/compose.yaml +++ b/services/hemmelig/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/homarr/compose.yaml b/services/homarr/compose.yaml index 010b33c..4c22203 100644 --- a/services/homarr/compose.yaml +++ b/services/homarr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/home-assistant/compose.yaml b/services/home-assistant/compose.yaml index f2e88fa..b5277e0 100644 --- a/services/home-assistant/compose.yaml +++ b/services/home-assistant/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/homebox/compose.yaml b/services/homebox/compose.yaml index acb3e7c..24dd198 100644 --- a/services/homebox/compose.yaml +++ b/services/homebox/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/homepage/compose.yaml b/services/homepage/compose.yaml index 65b66a4..28a0679 100644 --- a/services/homepage/compose.yaml +++ b/services/homepage/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/hytale/compose.yaml b/services/hytale/compose.yaml index 8654692..05167aa 100644 --- a/services/hytale/compose.yaml +++ b/services/hytale/compose.yaml @@ -13,6 +13,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./config:/config # Config folder used to store Tailscale files - you may need to change the path - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/immich/compose.yaml b/services/immich/compose.yaml index 48a42a1..40b6179 100644 --- a/services/immich/compose.yaml +++ b/services/immich/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/isley/compose.yaml b/services/isley/compose.yaml index 8c51986..9a04a6a 100644 --- a/services/isley/compose.yaml +++ b/services/isley/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/it-tools/compose.yaml b/services/it-tools/compose.yaml index d5bea13..95dc190 100644 --- a/services/it-tools/compose.yaml +++ b/services/it-tools/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/jellyfin/compose.yaml b/services/jellyfin/compose.yaml index 2028630..e7419ab 100644 --- a/services/jellyfin/compose.yaml +++ b/services/jellyfin/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/jellyseerr/compose.yaml b/services/jellyseerr/compose.yaml index dd5fc1c..6cd37c8 100644 --- a/services/jellyseerr/compose.yaml +++ b/services/jellyseerr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/kaneo/compose.yaml b/services/kaneo/compose.yaml index 7fbb277..f99c1ae 100644 --- a/services/kaneo/compose.yaml +++ b/services/kaneo/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/karakeep/compose.yaml b/services/karakeep/compose.yaml index dbc660d..f1870d6 100644 --- a/services/karakeep/compose.yaml +++ b/services/karakeep/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/kavita/compose.yaml b/services/kavita/compose.yaml index 274c208..c17ae63 100644 --- a/services/kavita/compose.yaml +++ b/services/kavita/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/languagetool/compose.yaml b/services/languagetool/compose.yaml index 984211c..f744dce 100644 --- a/services/languagetool/compose.yaml +++ b/services/languagetool/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/linkding/compose.yaml b/services/linkding/compose.yaml index 11d04eb..5a31b2b 100644 --- a/services/linkding/compose.yaml +++ b/services/linkding/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/lube-logger/compose.yaml b/services/lube-logger/compose.yaml index d42177e..6229ac8 100644 --- a/services/lube-logger/compose.yaml +++ b/services/lube-logger/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/mattermost/compose.yaml b/services/mattermost/compose.yaml index ea31a6c..39dd578 100644 --- a/services/mattermost/compose.yaml +++ b/services/mattermost/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/mealie/compose.yaml b/services/mealie/compose.yaml index 116246f..ac2260a 100644 --- a/services/mealie/compose.yaml +++ b/services/mealie/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/miniflux/compose.yaml b/services/miniflux/compose.yaml index 76e21aa..2bb242c 100644 --- a/services/miniflux/compose.yaml +++ b/services/miniflux/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/miniqr/compose.yaml b/services/miniqr/compose.yaml index 739d85a..778d47d 100644 --- a/services/miniqr/compose.yaml +++ b/services/miniqr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/nanote/compose.yaml b/services/nanote/compose.yaml index 5e6d6b6..0c72e86 100644 --- a/services/nanote/compose.yaml +++ b/services/nanote/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/navidrome/compose.yaml b/services/navidrome/compose.yaml index ba8e083..ac6d603 100644 --- a/services/navidrome/compose.yaml +++ b/services/navidrome/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/nessus/compose.yaml b/services/nessus/compose.yaml index e36786b..8addc6c 100644 --- a/services/nessus/compose.yaml +++ b/services/nessus/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/nextcloud/compose.yaml b/services/nextcloud/compose.yaml index ff24bd6..1f67f33 100644 --- a/services/nextcloud/compose.yaml +++ b/services/nextcloud/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/nodered/compose.yaml b/services/nodered/compose.yaml index 5bd7d3a..7f1d325 100644 --- a/services/nodered/compose.yaml +++ b/services/nodered/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/ntfy/compose.yaml b/services/ntfy/compose.yaml index ebb50fb..191632d 100644 --- a/services/ntfy/compose.yaml +++ b/services/ntfy/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/overseerr/compose.yaml b/services/overseerr/compose.yaml index dd5fc1c..6cd37c8 100644 --- a/services/overseerr/compose.yaml +++ b/services/overseerr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/picard/compose.yaml b/services/picard/compose.yaml index c245ae3..aae5e43 100644 --- a/services/picard/compose.yaml +++ b/services/picard/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/pihole/compose.yaml b/services/pihole/compose.yaml index 914c2b3..2aebfde 100644 --- a/services/pihole/compose.yaml +++ b/services/pihole/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/pingvin-share/compose.yaml b/services/pingvin-share/compose.yaml index 27eaecb..becde5a 100644 --- a/services/pingvin-share/compose.yaml +++ b/services/pingvin-share/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/plex/compose.yaml b/services/plex/compose.yaml index ec7ef4c..e81a558 100644 --- a/services/plex/compose.yaml +++ b/services/plex/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/pocket-id/compose.yaml b/services/pocket-id/compose.yaml index e3f0735..e5d8787 100644 --- a/services/pocket-id/compose.yaml +++ b/services/pocket-id/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/portainer/compose.yaml b/services/portainer/compose.yaml index aaa0b9f..83d2aa6 100644 --- a/services/portainer/compose.yaml +++ b/services/portainer/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/portracker/compose.yaml b/services/portracker/compose.yaml index 0d675a6..9de793b 100644 --- a/services/portracker/compose.yaml +++ b/services/portracker/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/posterizarr/compose.yaml b/services/posterizarr/compose.yaml index 10a941d..2259a04 100644 --- a/services/posterizarr/compose.yaml +++ b/services/posterizarr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/prowlarr/compose.yaml b/services/prowlarr/compose.yaml index 0988a5f..2584094 100644 --- a/services/prowlarr/compose.yaml +++ b/services/prowlarr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/qbittorrent/compose.yaml b/services/qbittorrent/compose.yaml index 53e4fdd..aa6e0bb 100644 --- a/services/qbittorrent/compose.yaml +++ b/services/qbittorrent/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/radarr/compose.yaml b/services/radarr/compose.yaml index 29c6b6a..a1aa461 100644 --- a/services/radarr/compose.yaml +++ b/services/radarr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/recyclarr/compose.yaml b/services/recyclarr/compose.yaml index 119d0a7..4ec5d68 100644 --- a/services/recyclarr/compose.yaml +++ b/services/recyclarr/compose.yaml @@ -13,6 +13,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: diff --git a/services/resilio-sync/compose.yaml b/services/resilio-sync/compose.yaml index 1d12f52..49bdfe2 100644 --- a/services/resilio-sync/compose.yaml +++ b/services/resilio-sync/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/searxng/compose.yaml b/services/searxng/compose.yaml index a744f40..dca5d93 100644 --- a/services/searxng/compose.yaml +++ b/services/searxng/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/slink/compose.yaml b/services/slink/compose.yaml index a882eac..de002dc 100644 --- a/services/slink/compose.yaml +++ b/services/slink/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/sonarr/compose.yaml b/services/sonarr/compose.yaml index f89706e..fa295f3 100644 --- a/services/sonarr/compose.yaml +++ b/services/sonarr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/speedtest-tracker/compose.yaml b/services/speedtest-tracker/compose.yaml index f7b99f8..5fe108d 100644 --- a/services/speedtest-tracker/compose.yaml +++ b/services/speedtest-tracker/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/stirlingpdf/compose.yaml b/services/stirlingpdf/compose.yaml index 1c6963e..c8caf16 100644 --- a/services/stirlingpdf/compose.yaml +++ b/services/stirlingpdf/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/subtrackr/compose.yaml b/services/subtrackr/compose.yaml index 5d8ff5f..448aa64 100644 --- a/services/subtrackr/compose.yaml +++ b/services/subtrackr/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/swingmx/compose.yaml b/services/swingmx/compose.yaml index 3bc8c6d..ab8ebf2 100644 --- a/services/swingmx/compose.yaml +++ b/services/swingmx/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/tailscale-exit-node/compose.yaml b/services/tailscale-exit-node/compose.yaml index f3fd593..fc8097a 100644 --- a/services/tailscale-exit-node/compose.yaml +++ b/services/tailscale-exit-node/compose.yaml @@ -14,6 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true volumes: - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: diff --git a/services/tandoor/compose.yaml b/services/tandoor/compose.yaml index 20fc941..8b9880d 100644 --- a/services/tandoor/compose.yaml +++ b/services/tandoor/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/tautulli/compose.yaml b/services/tautulli/compose.yaml index d014ea9..8ef267f 100644 --- a/services/tautulli/compose.yaml +++ b/services/tautulli/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/technitium/compose.yaml b/services/technitium/compose.yaml index 832da44..474c165 100644 --- a/services/technitium/compose.yaml +++ b/services/technitium/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/traefik/compose.yaml b/services/traefik/compose.yaml index cffdf6e..2669b7e 100644 --- a/services/traefik/compose.yaml +++ b/services/traefik/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/uptime-kuma/compose.yaml b/services/uptime-kuma/compose.yaml index d7cecad..56ac370 100644 --- a/services/uptime-kuma/compose.yaml +++ b/services/uptime-kuma/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/vaultwarden/compose.yaml b/services/vaultwarden/compose.yaml index c009d1d..0ad6598 100644 --- a/services/vaultwarden/compose.yaml +++ b/services/vaultwarden/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/services/wallos/compose.yaml b/services/wallos/compose.yaml index 2dc55bd..b37d6c3 100644 --- a/services/wallos/compose.yaml +++ b/services/wallos/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json diff --git a/templates/service-template/compose.yaml b/templates/service-template/compose.yaml index fd85db0..f669ba2 100644 --- a/templates/service-template/compose.yaml +++ b/templates/service-template/compose.yaml @@ -23,6 +23,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS + - TS_AUTH_ONCE=true configs: - source: ts-serve target: /config/serve.json