ntfy-notiser: skicka kort notis när något läggs till för nedladdning
All checks were successful
build-and-push / build (push) Successful in 17s

Konfigureras på inställningssidan (server-URL, topic, på/av-toggle,
testknapp) med NTFY_URL/NTFY_TOPIC som env-fallback. Notisen är
fire-and-forget och kan aldrig fälla själva tillägget.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-01 18:33:37 +02:00
parent 5a93ebf53f
commit d8a5089eaf
7 changed files with 308 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ repo. Key variables (full list in `doc/plan.md`):
| `LIDARR_URL` / `LIDARR_API_KEY` | Lidarr instance to add music to |
| `SESSION_SECRET` | cookie signing |
| `APP_PASSWORD_HASH` | bcrypt hash for the single-user login |
| `NTFY_URL` / `NTFY_TOPIC` | defaults for the "tillagt för nedladdning" notiser — override + on/off toggle on the settings page |
## Deploy