Assuming the user will not be connecting over vpn, but is both remote and non-technical, how would you expose Jellyfin to them securely?

  • 8j1obzlb@piefed.social
    link
    fedilink
    English
    arrow-up
    7
    ·
    5 hours ago

    I agree with the folks saying reverse proxy of some kind + WAF. That way end users don’t have to deal with the VPN, but your home system is not directly exposed.

    I’ve been doing something similar with SSH local port forwarding and a $5/month VPS. Haven’t come anywhere close to my network quotas, and performance has not been an issue for home use with 2-5 concurrent users most of the time. I forward the local caddy ports to unprivileged ports/user on the VPS, then use the firewall on the VPS to forward that port to 443 and lock down the rest.

    • 8j1obzlb@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      That said, VPN would be much more manageable if I was trying to really push performance or scale out the network.