this post was submitted on 16 Mar 2025
41 points (100.0% liked)

Selfhosted

58814 readers
345 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
top 27 comments
sorted by: hot top controversial new old
[–] smiletolerantly@awful.systems 20 points 1 year ago (1 children)

Real question is, why Jackett instead of Prowlarr? πŸ˜„

[–] flightyhobler@lemm.ee 9 points 1 year ago (2 children)

Dunno, man. Its been working so far. I'll check out prowlarr, thanks

[–] smiletolerantly@awful.systems 6 points 1 year ago (1 children)

Yeah no worries - I discovered Prowlarr from that exact same comment years ago so jumped at the opportunity to post it here πŸ˜†

[–] flightyhobler@lemm.ee 4 points 1 year ago (5 children)

Tbh the whole arr suite is a headache to get working well...

[–] smiletolerantly@awful.systems 3 points 1 year ago (1 children)

Sorry to hear that that's been your experience! :( My installation has been running for ~5 years without any problems

[–] flightyhobler@lemm.ee 1 points 1 year ago (1 children)

you got the hard links working?

[–] entropicdrift@lemmy.sdf.org 2 points 1 year ago (2 children)

Hard links are a built-in feature of basically every modern filesystem. The bigger question to me is, why aren't hard links working for you?

[–] flightyhobler@lemm.ee 1 points 1 year ago

There needs to be an overlap in the mount points of docker jellyfish and docker sonarr, etc. I don't think I got it right. Besides, sonar ends up not moving the series inside the tv shows folder, leaving the episodes outside, in the media folder above. If I knew exactly what was going on I would fix it. Last time I dealt with it was ages ago, so perhaps I can do it now.

[–] flightyhobler@lemm.ee 1 points 1 year ago

Just found this. https://lemm.ee/post/58579926

Seems like I'm not so weird after all....

[–] yoshman@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

I have them all running in a docker compose, that also has gluetun as the gateway.

It's a real basic compse file, but I can share it if you like.

[–] flightyhobler@lemm.ee 2 points 1 year ago (1 children)

Sure, why not? I'm setting up my new server, so no better time. Thanks

[–] ikidd@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

You might also want to check out https://yams.media/, it's pretty much an install script and configuration walkthrough that's very complete and detailed. Includes most relevant Arrs and gluetun builtin. Containerized. Choice of Emby, Plex or Jellyfin.

[–] roofuskit@lemmy.world 1 points 1 year ago (1 children)

Prowlarr, recyclarr, and trash guides.

[–] flightyhobler@lemm.ee 1 points 1 year ago

it's those pesky docker volume maps and hardlinks

[–] River_Tahm@lemmy.today 1 points 1 year ago

What’s not working for you?

For me after a decade using -arr the only thing I’ve had significant issues with has been trying to use the Tailscale integration on Unraid 7 to tunnel the dockers through an exit node which is… not at all the fault of -arr containers lol

[–] Alk@sh.itjust.works 0 points 1 year ago

I've had the opposite experience. It all "just worked". Try running unraid. It makes a lot of it so much easier.

[–] itsnotits@lemmy.world 1 points 1 year ago

It's* been working

[–] umami_wasbi@lemmy.ml 15 points 1 year ago* (last edited 1 year ago) (1 children)

Looking at linuxserver/jackett on Docker Hub, it seems it indeed update everyday.

[–] flightyhobler@lemm.ee 2 points 1 year ago (2 children)

I'm not receiving daily updates from my gotify server, where watchtower reports the updates. But I guess it makes sense if it has some sort of automated build process. I've added the environment variable not to be updated by watchtower and I will keep an eye on it.

[–] MangoPenguin@lemmy.blahaj.zone 7 points 1 year ago (1 children)

You can also tell watchtower to cleanup images after update so you don't end up with all of those old ones.

[–] flightyhobler@lemm.ee 1 points 1 year ago

Interesting

[–] atzanteol@sh.itjust.works 5 points 1 year ago

If you're just pulling "latest" then docker will fetch the latest when it starts. You can pin to a version tag if you want to keep it stable.

[–] watson387@sopuli.xyz 9 points 1 year ago* (last edited 1 year ago)

docker image prune

[–] LodeMike@lemmy.today 8 points 1 year ago* (last edited 1 year ago) (1 children)

Presumably because it updates daily

[–] flightyhobler@lemm.ee 4 points 1 year ago

I thought so but my watchtower says "no".

[–] BlackEco@lemmy.blackeco.com 2 points 1 year ago (1 children)

I believe Linux Server builds images every day for most of their containers, even though there has been no code changes.

[–] bjorney@lemmy.ca 13 points 1 year ago

If the code doesn't change, the resulting docker image will have the same hash, and a new image won't be created

https://github.com/jackett/jackett/releases

Jackett is literally just releasing a new version every day