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.
This commit is contained in:
2026-04-17 00:47:08 -04:00
parent 2f09c800e0
commit df57d636f5
2 changed files with 20 additions and 2 deletions

4
flake.lock generated
View File

@@ -33,10 +33,10 @@
]
},
"locked": {
"lastModified": 1776400712,
"lastModified": 1776401121,
"narHash": "sha256-BELV1YMBuLL0aQNQ3SLvSLq8YN5h2o1jcrwz1+Zt32Q=",
"ref": "refs/heads/main",
"rev": "fdb9433344645802ba2c43e9381700aa2ef59017",
"rev": "6dde2a3e0d087208b8084b61113707c5533c4c2d",
"revCount": 19,
"type": "git",
"url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init"