Compare commits

..

4 Commits

Author SHA1 Message Date
igodwin 3c3392be66 Enable TLS by default 2025-09-23 00:40:42 -07:00
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
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ go.work
# Build artifacts
/middleware
/dist/
/certs/
# Docker
.dockerignore
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- NTFY_BASE_URL=https://ntfy.dangerzone.dev
# For token-based authentication, uncomment and replace with your ntfy Bearer token (e.g., tk_xxxx)
- NTFY_TOKEN=tk_7hdlipcf02hsaslgmav70ruzkurcp
- NTFY_TOKEN=tk_your_bearer_token_here
# For username/password authentication, uncomment and replace with your ntfy credentials
# - NTFY_USERNAME=your_username