This repository has been archived on 2026-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Simon Gardling cebdd3ea96
All checks were successful
Build and Deploy / deploy (push) Successful in 1m47s
arr: fix prowlarrUrl for cross-netns reachability
Prowlarr runs in the wg VPN namespace; Sonarr/Radarr run in the host
namespace. Configuring the Prowlarr sync with prowlarrUrl=localhost:9696
made Sonarr/Radarr try to connect to their own localhost, where
Prowlarr does not exist — the host netns. Every indexer sync emitted
'Prowlarr URL is invalid' with Connection refused (localhost:9696).

Use vpnNamespaces.wg.namespaceAddress (192.168.15.1) so host-netns
clients hit the wg-side veth where Prowlarr is listening.

Also re-enables healthChecks on prowlarr-init: the /applications/testall
endpoint now validates clean (manually verified via API).
2026-04-17 00:53:24 -04:00
2026-03-03 14:26:42 -05:00
2026-04-15 18:25:56 -04:00
2026-04-11 10:27:38 -04:00
2026-03-03 14:30:43 -05:00
2026-04-12 15:36:04 -04:00
2026-03-03 14:29:00 -05:00
2026-04-15 18:25:55 -04:00
2026-03-03 14:30:47 -05:00
2026-04-07 20:57:54 -04:00
2026-04-12 21:04:28 -04:00
Description
No description provided
7.2 MiB
Languages
Nix 83.1%
Python 15.4%
Shell 1.5%