Commit Graph

10 Commits

Author SHA1 Message Date
df57d636f5 arr: declare critical config.xml elements via configXml
Pin <Port>, <BindAddress>, and <EnableSsl> in each arr service's
config.xml through arr-init's new configXml option. A preStart hook
ensures these elements exist before the service reads its config,
fixing the recurring Prowlarr bug where <Port> was absent from
config.xml and the service would run without binding any socket.

Updates arr-init lock to 6dde2a3.
2026-04-17 00:47:08 -04:00
2c67b9729b arr-init: fix prowlarr health check failure
Disable health checks on Prowlarr -- the synced-app testall endpoint
requires Sonarr/Radarr to reverse-connect to prowlarrUrl, which is
unreachable across the wg namespace boundary.

Also add networkNamespaceService = "wg" for the new configurable
namespace service dependency (replaces old hardcoded wg.service).
2026-04-16 17:45:19 -04:00
28df0a7f06 jellyseerr: declarative quality profile defaults via arr-init 2026-04-13 19:59:47 -04:00
ba836b1237 arr-init: update 2026-03-27 22:49:10 -07:00
96c6171952 fmt 2026-03-27 10:38:13 -07:00
b5a59d75ef arr: fix naming? 2026-03-25 22:15:58 -07:00
a5f3af5ff3 ports refactor 2026-03-21 12:13:53 -04:00
a6d13bc9dc arr-init: wait on qbt 2026-03-15 13:45:24 -04:00
bd192e4803 fix arr services 2026-03-15 13:23:49 -04:00
745d0ea4c2 arr-init: add module for API-based configuration 2026-03-03 14:31:28 -05:00