Hello people I have a Jellyfin server running on an Ubuntu laptop. But I am also using Mullvad VPN on that laptop for torrenting purposes. Is there a way that I can access the Jellyfin server from another computer in my home network and keep the VPN running at the same time?

    • whereBeWaldo@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      I’ve been hearing a lot about it but never tried it, have some experience with docker through uni work but what would be the advantages of using a container for torrents?

      • myersguy@lemmy.simpl.website
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I’m planning on doing this personally, as my setup is a bit complex (Protonvpn doesn’t have port forwarding on wireguard supported very well on Linux, so I have some helpers running that make it work). Setting this up each time (and on each computer I want to torrent on) is a bit of a pain. If you do all of your setup and dockerize it, you can just pull the container on each new install/machine (0 setup)

      • rambos@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        The biggest advantage is ease of setup and its recommended by many guides, especially if you are interested in *arr stack (google “servarr wiki” - next level torrenting).

        For VPN and torrenting, Id suggest switching to airvpn or any other that supports port forwarding (mullvad got rid of it recently).

        If you setup torrent client and VPN using gluetun container, you can hide trafic for torrents only (or whatever services you want). Then you can install wireguard server and use that to connect remotely to your jellyfin. At least I have it like that

        • whereBeWaldo@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Thanks I’ll look into it, also what are the advantages of being able to do port forwarding via VPN?

          Also do you know any good tutorials on setting this stuff up as I have limited experience on containers and stuff?

    • nevernevermore@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      can also look into haugene/docker-transmission-openvpn

      it’s transmission that won’t run unless it’s connected to the VPN

      • gpw@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        That’s a cool kill switch implementation, thanks for the repo. I tested my qbittorrent setup by shutting down the VPN container and it stopped all network connections in the qbit container