Add webhook bearer token support
Docker / build (push) Canceled after 0s

This commit is contained in:
2026-09-02 15:17:05 +02:00
parent c1961093d6
commit 93f7d78c27
5 changed files with 14 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@ zwingend erforderlich und hat keinen öffentlichen Defaultwert.
| Variable | Bedeutung | Standardwert |
| --- | --- | --- |
| `WEBHOOK_URL` | Ziel-URL für die geparste Nachricht | erforderlich |
| `WEBHOOK_BEARER_TOKEN` | Optionaler Bearer Token für den `Authorization`-Header des Webhooks | nicht gesetzt |
| `PORT` | SMTP-Port | `25` (Produktion: `2525`) |
| `SMTP_SECURE` | TLS/SMTPS beim Verbindungsaufbau | `false` |
| `TLS_KEY_PATH` | TLS-Privatschlüssel bei aktiviertem TLS | keiner |