Hi. I am currently pirating on a dedicated server (Debian 12) running i2p, jellyfin, qBittorrent-nox, and a vpn. I tried mullvad for a bit but need to get air VPN set up now. My current setup to actually get content to jellyfin is this:

  1. Try to find it on i2p, if there skip to step 4
  2. SSH into server and turn on vpn + qBittorrent
  3. Torrent Linux ISOs
  4. SSH again and copy the file into jellyfin (really space inefficient, would love a solution to this in particular without shitloads of symlinks.)
  5. Rename files to work with jellyfin
  6. Login to jellyfin and refresh libraries
  7. If Linux ISO not on i2p, cross seed

Obviously this sucks. I know *arr would help, but I don’t know how to set up a VPN to not interfere with jellyfin connections to outside of LAN.

How would you go about automating this? Do you think I am a complete idiot going about it all wrong? (I know I do) Have any of you found a solution to vpns interfering with jellyfin?

  • @HumanPerson@sh.itjust.worksOP
    link
    fedilink
    English
    1
    edit-2
    9 months ago

    Can you elaborate on using a socks proxy? I assumed you would get an isp letter if you used one because people always recommended vpns.

    Edit: also I don’t want to use tailscale or plex because proprietary. I’m not sure if it’s with mentioning because it looks like plex and plain router port forwarding will work for me.

    • @PeachMan@lemmy.one
      link
      fedilink
      English
      39 months ago

      Tailscale isn’t necessary, it’s just what I use for remote access. And you can use Jellyfin/Emby/Kodi with Radarr too, it’s not specific to Plex.

      SOCKS5 proxy keeps the letters away (I live in NYC). I’ve read that it’s because ISP’s don’t bother actually monitoring torrent traffic. They only act when a copyright holder reports your IP for piracy. So if you hide your IP then they can’t see you.

      A proxy is not encrypted, to be clear. But it turns out encryption isn’t actually necessary if you just want your ISP to stop bugging you. If laws change and torrenting becomes more dangerous, I’ll probably switch to a proper VPN. But a proxy is faster and easier.

    • @zerodawnA
      link
      fedilink
      English
      39 months ago

      Headscale is a self hosted version of tailscale, if you’d like to keep it as an option

      • @HumanPerson@sh.itjust.worksOP
        link
        fedilink
        English
        29 months ago

        I remember that there is a FOSS option, I just don’t see the need for it. My main issues are not being able to run my clear web torrents all the time and having duplicate files. I think I just need to spend a five hours typing simple but slightly too complicated to automate commands in the terminal to fix this.

        • @zerodawnA
          link
          fedilink
          English
          19 months ago

          Everyones process is a little different but that sounds unnecessarily complicated. See my other comment about the arrs through docker. You could probably do it all in a single compose file.