Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c3392be66 | |||
| bbe7f2a370 | |||
| 858258fb4c | |||
| 826580b61f |
@@ -20,6 +20,7 @@ go.work
|
||||
# Build artifacts
|
||||
/middleware
|
||||
/dist/
|
||||
/certs/
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user