sneeuwvlok/.editorconfig
Chris Kruining bbfe6867c8
Some checks failed
Test action / kaas (push) Failing after 1s
Refactor arrtrix webhook to use fixed path and remove legacy config
- 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
2026-04-16 09:47:00 +02:00

6 lines
78 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8