Refactor arrtrix webhook to use fixed path and remove legacy config
Some checks failed
Test action / kaas (push) Failing after 1s
Some checks failed
Test action / kaas (push) Failing after 1s
- Switch arrtrix webhook to a fixed path: /_arrtrix/webhook - Remove Radarr-specific and secret-based config from arrtrix - Simplify connector and webhook handler logic - Update NixOS module to drop legacy webhook config - Add new tests for generic arrtrix webhook handler
This commit is contained in:
parent
fe627f3aab
commit
bbfe6867c8
11 changed files with 211 additions and 285 deletions
|
|
@ -1,10 +1,4 @@
|
|||
# Arrtrix-specific runtime options.
|
||||
# No network-specific config is required yet.
|
||||
#
|
||||
webhooks:
|
||||
radarr:
|
||||
enabled: false
|
||||
path: /_arrtrix/webhooks/radarr
|
||||
secret: ""
|
||||
# The first implementation delivers notifications to the only configured
|
||||
# management room. If more than one management room exists, the webhook is
|
||||
# rejected until routing is configured more explicitly.
|
||||
# Arr-stack webhooks are exposed automatically on the fixed built-in path:
|
||||
# POST /_arrtrix/webhook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue