Laughs in nix
Do you have Kinsing? I just dealt with it this past week.
Looking at
linuxserver/jackett
on Docker Hub, it seems it indeed update everyday.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.
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.
bro downloaded the mudroom closet and has a whole stack of jacketts
Real question is, why Jackett instead of Prowlarr? 😄
If i remember correctly, jackett allows you to add trackers that prowlarr doesn’t have natively. Then you add jackett to prowlarr to distribute to the rest of your containers.
Dunno, man. Its been working so far. I’ll check out prowlarr, thanks
Yeah no worries - I discovered Prowlarr from that exact same comment years ago so jumped at the opportunity to post it here 😆
Prowlarr’s “guide” for docker implementation is scary
Nah, man. Check this out: https://prowlarr.com/#downloads-v3-other
Neither option makes me feel confident.
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.
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 😉
The main issue is that for the prowler developers it seems like none of the docker options is ideal…
Tbh the whole arr suite is a headache to get working well…
Never had an issue. But I installed them all using my distro package manager, so no hassle with volumes and links.
Sorry to hear that that’s been your experience! :( My installation has been running for ~5 years without any problems
you got the hard links working?
Hell no, My downloads folder in my media folder are completely different. I copy everything from downloads to media It gets renamed, possibly resampled. The torrents are left in the original folder to seed unmolested.
Every once in a while I go through my torrent list and just tell the client to destroy the torrent and files for anything that I don’t care to seed anymore. Zero chance of it breaking my actual store.
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?
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.
docker image prune
Goodbye stopped containers.
IIRC, a normal prune doesn’t get rid of those, only the --all prune does that. The normal one only erases images that aren’t associated with any container.
docker container prune
for containers only also.
Presumably because it updates daily
I believe Linux Server builds images every day for most of their containers, even though there has been no code changes.