• Damarus@feddit.org
    link
    fedilink
    English
    arrow-up
    43
    arrow-down
    3
    ·
    1 month ago

    Kinda defeats the purpose of a media server built to be used by multiple people

      • tiz@lemmy.ml
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 month ago

        Don’t reverse proxies like pangolin just do the job? Does it have to be VPN in this particular concept? VPN isn’t like immune to vulnerabilities.

        • radar@programming.dev
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 month ago

          Reverse proxy doesn’t really get you much security. If there is an application level issue a reverse proxy will not help

        • r00ty@kbin.life
          link
          fedilink
          arrow-up
          6
          ·
          1 month ago

          Reverse proxy will let anyone connect to it. VPN, you can create keys/logins for your intended users only. Having said that, from what I could see, nothing in the security fixes were to do with authentication. I think (just from a cursory look), they could only be exploited, if at all from an authenticated user session.

          But personally, something like jellyfin where the number of people I want to be able to access it is very limited, stays behind a VPN. Better to limit your potential attack surface as much as you can.

        • ohshit604@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 month ago

          Pangolin is based off of Traefik if I’m not mistaken, should be able to use Traefiks IPAllowlist middleware to blacklist all IP addresses and only whitelisting the known few, that way you can expose your application to the internet knowing you have that restriction in place for those who connect to your service.

        • ramble81@lemmy.zip
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 month ago

          That’s why you do it at your router or gateway and then set a route for the Jellyfin server through the VPN adapter. That way any device on your network will flow through the tunnel to the Jellyfin server including TVs

          • faercol@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 month ago

            Which again implies that you have a router that allows you to do so. It’s not always the case. For tech enthusiast people that’s the case. But not for everyone.

            I tried to do the same thing at first, but it was a pain, there were tons of issues.