Compare commits

..

3 Commits

Author SHA1 Message Date
igodwin 8bf8bb3c85 Add .gitignore 2025-09-22 13:13:54 -07:00
igodwin 59ec522637 Update Makefile targets and doc 2025-09-22 13:06:26 -07:00
igodwin 58db72a7e8 Initial commit 2025-09-22 12:26:50 -07:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -20,7 +20,6 @@ go.work
# Build artifacts # Build artifacts
/middleware /middleware
/dist/ /dist/
/certs/
# Docker # Docker
.dockerignore .dockerignore
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- NTFY_BASE_URL=https://ntfy.dangerzone.dev - 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_7hdlipcf02hsaslgmav70ruzkurcp
# For username/password authentication, uncomment and replace with your ntfy credentials # For username/password authentication, uncomment and replace with your ntfy credentials
# - NTFY_USERNAME=your_username # - NTFY_USERNAME=your_username