• Damarus@feddit.org
    link
    fedilink
    English
    arrow-up
    120
    arrow-down
    12
    ·
    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
        9
        ·
        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
          30
          ·
          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

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

            Hmmm, I’m a bit rusty on this but can’t one put an auth gate in front of the application, handled by the reverse proxy?

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

              You can, that would actually give you security. Not sure how many people do that. I assumed a straight reverse proxy without any auth

              • PeriodicallyPedantic@lemmy.ca
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 month ago

                I think that’s one of the major reasons to use pangolin over something like nginx - built in auth and support for oidc.

                Of course, the native jellyfin apps don’t like the auth layer so idk if it helps if you’re trying to install it on your dad’s tv

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

            well, at least you are not depending on the application to do TLS properly, and you may be able to set up some access restrictions that your clients may support

        • r00ty@kbin.life
          link
          fedilink
          arrow-up
          13
          ·
          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
          3
          ·
          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.

      • keyez@lemmy.world
        link
        fedilink
        English
        arrow-up
        17
        arrow-down
        1
        ·
        1 month ago

        Easy for me but not my aunts, cousins or father in law to setup and use.

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

            The difference is that my friends get a lot of value out of my server, as they don’t need to use any technology they’re unfamiliar with.

        • WhyJiffie@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          3
          ·
          1 month ago

          you are better just closing up shop then, because it’s not like the other services you are hosting are much better. vulnerabilities being discovered don’t mean they don’t exist, it just means the software is not popular enough or too complex for someone to look into it

            • WhyJiffie@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              6
              ·
              1 month ago

              much of the internet is run on simpler software or by full time employees tasked to deal with all this. but sure, ignorance is bliss, what you don’t see does not exist, etc etc, keep running your Jellyfin exposed to the internet. you wouldnt even get to know when your system is compromised. but you know what? you could even remove your password for extra convenience. who would want to log in to a random jellyfin account anyway! surely no one! just don’t recommend these practices to anyone, because you are putting them at risk.

      • douglasg14b@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        1 month ago

        Which doesn’t work for The grand majority of devices that would be used to watch said media.

        Tvs game consoles rokus so on so forth typically don’t support VPN clients.

        The Jonathan clients for these devices also typically don’t support alternative authentication methods which would allow you to put jellyfin behind a proxy and have the proxy exposed to the internet. Gating all access to jellyfin apis behind a primary authentication layer thus mitigating effectively all security vulnerabilities that are currently open.

        • WhyJiffie@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          1 month ago

          Tvs game consoles rokus so on so forth typically don’t support VPN clients.

          and that’s why you set up a VPN client box on the location, set it up as a regular VPN client, and install a reverse proxy on it that the dumb clients can connect to.

          the VPN box could be as simple as an old android phone no one uses, and termux