[–] 2 points 1 month ago* (last edited 1 month ago)

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
  • source
  • parent
  • context
  • [–] 14 points 2 months ago (6 children)

    Exposing your jellyfin on the Internet is much more difficult and requires knowledge of networking and security best practices. It is not as easy as "just giving someone a login" though for those with the know how I would easily recommend it over Plex.

  • source
  • parent
  • context
  •  

    The #2026Census has begun! Look for your census letter in the mail. Census data paint a portrait of Canadians and their stories – from small communities to entire provinces and territories. Complete your census today at census.gc.ca.

    There’s still time! May 12th is Census day, but you can complete your questionnaire into July.

     

    This situation came up where my friends General charged my unit. They issued a challenge which I accepted with my units champion. My lowley spearman sargeant obviously got curb stomped (lol) but now is the challenge over and my lower initiative unit can hit back at his general or do challenges, regardless of outcome, remain until the next turn?

    Thanks!

    submitted 2 years ago* (last edited 2 years ago) by to c/selfhosted@lemmy.world
     

    Issue Description: I have been having this issue with my raspberry pi running dietPi where it seems to lock up and I cannot SSH / access any of the services on it. The interesting part is that the interface seems to be up and I can still ping it on the local network but shows no video output. usually I get about 3-6 days before the issue appears again.

    I am not really sure where to start to diagnose this issue. Any help would be appreciated!

    Things Tried:

    Reduced operating temp by getting a fan. I want to say this improved the length in between this issue appearing but don't really have any hard evidence.

    uninstalled unused services

    Limited active torrents in QbitTorrent

    EDIT: Small thing to mention is that the CPU load is usually really high - like not uncommon for the load to be between 8-10 but I have seen it as high as 24.

    Temporary fix:

    Power cycle - everything comes up again in less than a minute.

    Raspberry Pi 3B v2

    OS: DietPi

    Services:

    Lidarr

    Radarr

    Sonarr

    Prowlarr

    Qbittorrent

    Mullvad VPN - WireGaurd

    SSH

    submitted 2 years ago* (last edited 2 years ago) by to c/selfhosted@lemmy.world
     

    I have spent the last couple of weeks getting my small used PC into my Proxmox server and it's going great! ...Until I quickly ran into the 256GB SSD size limit of the included drive. So I have ordered a much larger (2tb) one so I can expand much more.

    Ideally, I would like to make an exact clone of what I have now just on my bigger SSD to avoid having to rebuild my VMs

    One issue is that the computer has room for one drive only. I was hoping to get an exact clone to a USB drive then clone to the new drive once replaced with the new one.

    Any suggestions or tips would be appreciated, thank you.

    EDIT: Took another look in the guts of my system managed to get another 2tb SSD in there.

    Disconnected cd drive and got a power splitter and boom. Could probably get another one even with another splitter as it's got a 3rd sata port.

    view more: next ›