What’s your go too (secure) method for casting over the internet with a Jellyfin server.

I’m wondering what to use and I’m pretty beginner at this

  • dbtng@eviltoast.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    16 hours ago

    Ya. I understand VPN. I do enterprise IT stuff. The things I build assume a secure environment. VPN is step one.
    Nailing down a web server on the internet tho … there’s so many ways to attack. There’s so many things to secure. And its a bit complex to manage all that.
    The nextcloud site covers hardening the server, but doesn’t even mention vpn.
    I’ve been watching threads like this. I’m pretty convinced vpn is the answer.

    • Encrypt-Keeper@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 hours ago

      Yeah Nextcloud won’t mention VPN for hardening because the assumption is you want it publicly accessible.

      I have a number of things publicly accessible and there are a number of things I do to secure them. crowdsec monitoring and blocking, a reverse proxy with OIDC for authentication, a WAF in front of it all. But those are only for the things I have exposed because I want other people to use them. If it’s something just for me, I don’t bother with all that and just access it via VPN.

      • dbtng@eviltoast.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 hours ago

        Ok. Yes, my use case is a private document and media store. I’m ungoogling.
        VPN seems like a good place to start. But I’d like a simple answer, and I expect there are none to be had. As you’ve illustrated here, I’ll find a reason to punch holes in the firewall. And then I’m going to need to secure a web server. Life happens. I’ll keep it simple for now while I sort things. Thanks for your perspective.