Why do I have a separate Jackett docker image every day?! (imgur.com)
from flightyhobler@lemm.ee to selfhosted@lemmy.world on 16 Mar 09:11
https://lemm.ee/post/58571074

#selfhosted

threaded - newest

LodeMike@lemmy.today on 16 Mar 09:15 next collapse

Presumably because it updates daily

flightyhobler@lemm.ee on 16 Mar 09:27 collapse

I thought so but my watchtower says “no”.

[deleted] on 16 Mar 10:02 next collapse

.

umami_wasbi@lemmy.ml on 16 Mar 10:02 next collapse

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

flightyhobler@lemm.ee on 16 Mar 10:32 collapse

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.

atzanteol@sh.itjust.works on 16 Mar 11:10 next collapse

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.

MangoPenguin@lemmy.blahaj.zone on 16 Mar 12:15 collapse

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 on 16 Mar 12:16 collapse

Interesting

smiletolerantly@awful.systems on 16 Mar 10:42 next collapse

Real question is, why Jackett instead of Prowlarr? 😄

flightyhobler@lemm.ee on 16 Mar 11:07 next collapse

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

smiletolerantly@awful.systems on 16 Mar 11:33 next collapse

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 on 16 Mar 11:53 next collapse

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

smiletolerantly@awful.systems on 16 Mar 12:15 next collapse

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

flightyhobler@lemm.ee on 16 Mar 14:14 collapse

you got the hard links working?

entropicdrift@lemmy.sdf.org on 16 Mar 15:35 next collapse

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 on 16 Mar 15:43 next collapse

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.

tux7350@lemmy.world on 18 Mar 10:12 collapse

The over lap of docker containers needs to happen from inside the perspective of the container. If you send Radarr to pull a movie from bittorrent, they both need to “be in the same spot”. If bittorrent thinks it’s saving a movie to /data/torrent then Radarr also needs to see the movie at /data/torrent.

That’s why so many guides use the /data/ label scheme. Its just easy to use and implement. Side note, for hard links to work, all the folders need to be on the same drive. Can’t hard link between different drives.

flightyhobler@lemm.ee on 18 Mar 11:03 collapse

This was the crux of my confusion, but after a couple of years of Docker, it now makes more sense to me 😁

flightyhobler@lemm.ee on 16 Mar 15:46 collapse

Just found this. lemm.ee/post/58579926

Seems like I’m not so weird after all…

smiletolerantly@awful.systems on 16 Mar 22:35 next collapse

Yes - but I have no idea about docker, sorry. Have it running baremetal (or rather, in a proxmox VM).

Just a hunch, but in case you “only” share the directory where Sonarr puts Episode files with Jellyfin via some mount point or whatever, and not the directory where Sonarr gets them from (where the torrent client downloads to), then I can see hardlinks breaking in unexpected ways

rumba@lemmy.zip on 17 Mar 03:37 collapse

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.

roofuskit@lemmy.world on 16 Mar 12:58 next collapse

Prowlarr, recyclarr, and trash guides.

flightyhobler@lemm.ee on 16 Mar 14:14 next collapse

it’s those pesky docker volume maps and hardlinks

raldone01@lemmy.world on 17 Mar 00:14 collapse

I tried recyclearr but found configarr to be more flexible.

github.com/raydak-labs/configarr/

Here is my configarr config:github.com/raldone01/configarr_config

I believe configarr is just a superset of recyclearr.

Alk@sh.itjust.works on 16 Mar 13:50 next collapse

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

yoshman@lemmy.world on 16 Mar 14:09 next collapse

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 on 16 Mar 14:15 collapse

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

ikidd@lemmy.world on 16 Mar 14:55 next collapse

You might also want to check out 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.

yoshman@lemmy.world on 16 Mar 20:40 collapse

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - DNS_ADDRESS=
      - PUID=1000
      - PGID=1000
      - SERVER_CITIES=
      - FIREWALL_VPN_INPUT_PORTS=
      - TZ=Etc/UTC
      # Provider readmes: https://github.com/qdm12/gluetun-wiki/tree/main/setup/providers
      - VPN_SERVICE_PROVIDER=
      #- VPN_TYPE=openvpn
      #- OPENVPN_CUSTOM_CONFIG=/config/custom.conf
      #- VPN_TYPE=wireguard
      #- WIREGUARD_PRIVATE_KEY=
      #- WIREGUARD_ADDRESSES=
    ports:
      - 6767:6767       # bazaar
      - 7878:7878       # radaar
      - 8118:8118       # privoxy
      - 8191:8191       # flaresolverr
      - 8787:8787       # readaar
      - 8989:8989       # sonaar
      - 9091:9091       # transmission
      - 9696:9696       # prowlarr
      # You can add an forwarded listening ports your VPN provider might have here as well.
    volumes:
      - /data/gluetun:/config
  bazarr:
    image: lscr.io/linuxserver/bazarr:latest
    container_name: bazarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /data/bazarr:/config
      - /share/downloads/movies:/share/downloads/movies
      - /share/downloads/tv:/share/downloads/tv
    restart: unless-stopped
    network_mode: service:gluetun
  flaresolverr:
    # DockerHub mirror flaresolverr/flaresolverr:latest
    image: ghcr.io/flaresolverr/flaresolverr:latest
    container_name: flaresolverr
    environment:
      - LOG_LEVEL=info
      - LOG_HTML=false
      - CAPTCHA_SOLVER=none
      - TZ=Etc/UTC
    restart: unless-stopped
    network_mode: service:gluetun
  privoxy:
    image: caligari/privoxy:latest
    container_name: privoxy
    restart: unless-stopped
    network_mode: service:gluetun
  prowlarr:
    image: lscr.io/linuxserver/prowlarr:latest
    container_name: prowlarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /data/prowlarr:/config
    restart: unless-stopped
    network_mode: service:gluetun
  radarr:
    image: lscr.io/linuxserver/radarr:latest
    container_name: radarr
    environment:
      - PUID=1000
River_Tahm@lemmy.today on 16 Mar 15:16 next collapse

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

Atherel@lemmy.dbzer0.com on 16 Mar 19:01 next collapse

Check out Trash Guides

Comtief@lemm.ee on 16 Mar 23:27 collapse

I’m not the OP, but it’s a headache even with trash guides

Shimitar@downonthestreet.eu on 17 Mar 07:37 next collapse

Never had an issue. But I installed them all using my distro package manager, so no hassle with volumes and links.

CriticalMiss@lemmy.world on 18 Mar 10:52 collapse
flightyhobler@lemm.ee on 18 Mar 01:07 collapse

Prowlarr’s “guide” for docker implementation is scary

smiletolerantly@awful.systems on 18 Mar 06:08 collapse

This?

flightyhobler@lemm.ee on 18 Mar 08:08 collapse

Nah, man. Check this out: prowlarr.com/#downloads-v3-other

Neither option makes me feel confident.

smiletolerantly@awful.systems on 18 Mar 09:03 collapse

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 on 18 Mar 11:11 next collapse

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 on 18 Mar 11:12 collapse

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

itsnotits@lemmy.world on 16 Mar 14:07 collapse

It’s* been working

couch1potato@lemmy.dbzer0.com on 19 Mar 02:33 collapse

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.

jay@mbin.zerojay.com on 16 Mar 12:45 next collapse

Because you are pulling it every day.

Lulzagna@lemmy.world on 16 Mar 13:42 collapse

Images only download when there’s a new release, so you didn’t answer the question.

The answer is: Because Jackett has daily releases. Maybe they don’t version their releases.

jay@mbin.zerojay.com on 16 Mar 14:20 collapse

Sure, but also, why are you pulling daily to begin with?

Lulzagna@lemmy.world on 16 Mar 14:31 collapse

Because it’s an automated system which looks for updates daily. Is that a serious question?

jay@mbin.zerojay.com on 16 Mar 15:24 collapse

Yes, it's a serious question. Pulling far too often is exactly why Docker Hub is implementing lower daily limits.

Lulzagna@lemmy.world on 16 Mar 17:53 collapse

You’re suggesting that a single daily image pull is somehow abusive and the cause for Docker Hub imposing limits. This argument is invalid because even after Docker Hub imposes it’s limits, pulling an image daily is well within those limits.

However, I am of the opinion that Portainer shouldn’t be downloading images unless the container is being deployed, if that’s actually what’s happening, we don’t know.

OP is doing nothing wrong, so please refrain from making illogical bad faith arguments.

BlackEco@lemmy.blackeco.com on 16 Mar 13:07 next collapse

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

bjorney@lemmy.ca on 16 Mar 13:23 collapse

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

github.com/jackett/jackett/releases

Jackett is literally just releasing a new version every day

watson387@sopuli.xyz on 16 Mar 14:54 next collapse

docker image prune

flightyhobler@lemm.ee on 17 Mar 10:49 collapse

Goodbye stopped containers.

Jolteon@lemmy.zip on 18 Mar 06:31 collapse

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.

watson387@sopuli.xyz on 20 Mar 02:35 collapse

docker container prune for containers only also.

tekeous@usenet.lol on 17 Mar 08:27 next collapse

bro downloaded the mudroom closet and has a whole stack of jacketts

Xanza@lemm.ee on 17 Mar 08:49 next collapse

Do you have Kinsing? I just dealt with it this past week.

Wooki@lemmy.world on 17 Mar 09:09 collapse

Laughs in nix