this post was submitted on 16 Mar 2025
26 points (93.3% liked)

Selfhosted

60281 readers
446 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] smiletolerantly@awful.systems 1 points 1 year ago (2 children)

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.

[โ€“] flightyhobler@lemm.ee 2 points 1 year ago

You might be right. Last time I checked I was still a bit "green" with this. It's been two years and I think it makes more sense now ๐Ÿ˜‰

[โ€“] flightyhobler@lemm.ee 1 points 1 year ago

The main issue is that for the prowler developers it seems like none of the docker options is ideal....