Compare commits

..

3 Commits

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