In their comments to a recent post that I made, asking people to share their torrenting ratios, some folks were talking about how they have setup media servers for their parents. This sounded really cool and I would like to do the same thing for my family.

I simply mount my torrenting drives with sshfs and consume media with mpv, because I don’t need anything else. But for my technologically less inclined family members, I guess setting up something with a GUI would be kind and nice.

I am torrenting on a VPN router, behind which there is a switch that only switches a specific port - which I rotate regularly for safety - to a public facing router, so that I can ssh into my home network.

Questions:

  • I have no experience with or knowledge of these to me fancy sounding GUI projects. For instance, do my family members create accounts that I then approve? Do I need to install and setup something on their endpoints (for instance, to configure which port to use, etc.) or is it simple enough for the layperson to do this themselves?
  • Will the fancy stuff accept and be accessible with port forwarding from my public facing router to my VPN router and then into my torrenting rig just like my ssh server does or am I going to have to set this up directly connected to the public facing router?

Please give me your most straightforward recommendations! 🥰

  • cheeso@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    how would you do that? wireguard requires opening a port unless you use a middle server where you open the port on that and at that point maybe netbird would be an easier option

      • cheeso@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 days ago

        i see

        you could also open http/s ports and use nginx proxy manager, which encrypts connections using TLS

          • black0ut@pawb.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 day ago

            Take a look at Caddy if nginx seems too complicated.

            Caddy is designed primarily to act as a reverse proxy, and it can automatically set up your certificates with Let’s Encrypt (as long as you have it listening on ports 80 and 443).

            You’d only need to set up a domain pointing to your IP, but you can do that for free and without a permanent IP by using a DDNS (like duckdns)

            The jellyfin website has instructions on how to set it up with Caddy. I recommend using the Caddyfile.