AverageGoob

u/AverageGoob@lemmy.world
30 posts · 175 comments

Recent posts

Recent comments

This is a docker compose that I know works for qbittorrent behind gluetun.

I wonder if you are missing the "network_mode: service:gluetun" part?

 qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent2
    network_mode: service:gluetun
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=9090
      - TORRENTING_PORT=6882
    volumes:
      - /path/to/qbittorrent/appdata:/config
      - /mnt/JellyFinContent/Data/torrents:/data/torrents #optional
# ports:
# - 9090:9090
# - 6882:6882
# - 6882:6882/udp
    depends_on:
      gluetun:
        condition: service_healthy
    restart: unless-stopped
on Making progress · c/jellyfin · 1 pts · 220d

Does the user running the jellyfin service have permissions to read the folder/files? You aren't running jellyfin in docker by chance, right?

on Making progress · c/jellyfin · 1 pts · 220d

So when you go to create the library in jellyfin you don't see the external drive but see your other drives as options?