feat: integrate ntfy.sh push notifications for supervisor

- Add NTFY_TOKEN support to send_alert() — sends Authorization header
  when token is set, backwards-compatible with plain webhook URLs
- Set ALERT_WEBHOOK_URL and NTFY_TOKEN in .env.prod.sops
- Add NTFY_TOKEN= placeholder in .env.dev.sops
- Topic: gWMeiHxj8ZqLbbqT (hard-to-guess, token-gated)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-23 22:02:57 +01:00
parent ebba46f700
commit b5de3e0681
4 changed files with 121 additions and 109 deletions

View File

@@ -225,6 +225,14 @@ _Move here when you start working on it._
---
## Human Tasks 🧑
> Tasks that require manual setup, external accounts, or human judgement.
- [x] Set up ntfy.sh for supervisor notifications — topic `gWMeiHxj8ZqLbbqT`, token in `.env.prod.sops`
---
## Decisions Log
| Date | Decision | Rationale |