feat(webhooks): add notification management API + one-click Sofarr webhook setup (Phase 3)
All checks were successful
Build and Push Docker Image / build (push) Successful in 45s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 1m1s
CI / Security audit (push) Successful in 1m20s
CI / Tests & coverage (push) Successful in 1m35s

This commit is contained in:
2026-05-19 15:31:50 +01:00
parent 1d61ea8d83
commit e022db8ef5
4 changed files with 305 additions and 0 deletions

View File

@@ -29,6 +29,12 @@ COOKIE_SECRET=your-cookie-secret-here
# Generate with: openssl rand -hex 32
SOFARR_WEBHOOK_SECRET=your-webhook-secret-here
# Public base URL of Sofarr (for webhook configuration)
# Required for the one-click webhook setup endpoints
# Sonarr/Radarr need this URL to know where to send webhook events
# Example: https://sofarr.example.com or https://192.168.1.100:3001
SOFARR_BASE_URL=https://your-sofarr-url
# =============================================================================
# TLS / HTTPS
# =============================================================================