• 0 Posts
  • 7 Comments
Joined 11 months ago
cake
Cake day: April 27th, 2024

help-circle
  • I am a bit confused tbh 😅

    The link you send links to docker projects, the link I sent is the second one of those. Seems pretty straightforward?

    But to be fair, I have never used docker for any of this. In my nix config, it’s literally just:

        services.prowlarr.enable = true;
        services.prowlarr.openFirewall = true;
    

    There’s not really anything you need to configure host-side. Prowlarr needs to be able to communicate with sonarr and radarr (same as jackett), but otherwise it’s basically stateless.