Skip to content

Commit 21b3de0

Browse files
authored
Fix: (correct Tailscale serve configuration comments across multiple services) - New service: ntfy (#156)
1 parent 9f080c5 commit 21b3de0

File tree

81 files changed

+172
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+172
-76
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ If you would like to add your own config, you can use the [service-template](tem
140140
| ---------------- | ------------------------------------------------------------------------------------ | ------------------------------- |
141141
| 🔁 **ConvertX** | A fast, full-featured self-hosted conversion API for images, docs, videos, and more. | [Details](services/convertx) |
142142
| 🔔 **Gotify** | A simple server for sending and receiving messages in real-time. | [Details](services/gotify) |
143+
| 📣 **ntfy** | A simple HTTP-based pub/sub notification service for sending push notifications. | [Details](services/ntfy) |
143144
| 🚗 **LubeLogger** | Self-hosted vehicle maintenance tracker with private access. | [Details](services/lube-logger) |
144145
| 📱 **Mini-QR** | A minimal, self-hosted QR code generator with a mobile-friendly UI. | [Details](services/mini-qr) |
145146

services/adguardhome-sync/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
#- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
#- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/adguardhome/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/audiobookshelf/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/bazarr/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/beszel/agent/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/beszel/hub/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/caddy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/changedetection/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

services/clipcascade/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
12+
- TS_SERVE_CONFIG=/config/serve.json # Tailscale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
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

0 commit comments

Comments
 (0)