Compare commits

..

3 Commits

Author SHA1 Message Date
igodwin ce1e878fb7 Add .gitignore 2025-09-22 13:13:54 -07:00
igodwin ce3babf023 Update Makefile targets and doc 2025-09-22 13:06:26 -07:00
igodwin 4d3a759981 Initial commit 2025-09-22 12:26:50 -07:00
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- "8080:8080"
environment:
# Replace with your ntfy server URL (without topic path)
- NTFY_BASE_URL=https://ntfy.dangerzone.dev
- NTFY_BASE_URL=https://your-ntfy-server.com
# For token-based authentication, uncomment and replace with your ntfy Bearer token (e.g., tk_xxxx)
- NTFY_TOKEN=tk_your_bearer_token_here