I bought Plex pass years ago for £79. The new price of $749.99 is INSANE.

No wonder all the cool people are using Jellyfin.

  • Lena@gregtech.eu
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Isn’t jellyfin full of security vulnerabilities? (Not to defend Plex, just a thought. This is why I don’t have a video streaming server at all.)

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      You can avoid most security issues (with any sort of server) by not exposing it publicly. Use a VPN like Tailscale to connect remotely. If you share the server with friends or family, share it with them over Tailscale and use an ACL to configure which services they can access on your server.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          It’s a good practice to NOT expose services to the internet unless it’s really needed. If they’re only for your use, then the entire world doesn’t need access. This isn’t specific to Jellyfin.

          All software has the potential to have security issues.

            • frongt@lemmy.zip
              link
              fedilink
              English
              arrow-up
              0
              ·
              3 months ago

              The VPN isn’t “on top of” anything, it’s instead of everything.

            • dan@upvote.au
              link
              fedilink
              English
              arrow-up
              0
              ·
              3 months ago

              If a service is publicly accessible, anyone can access it. Even if it’s secured, there can be security issues in the auth layer of the app, improperly secured endpoints, etc.

              If a service is only available over VPN, nobody can access it unless they’re on the VPN. The service isn’t visible over the public internet and other people won’t even know it exists. You can require two factor auth to connect to the VPN.

              I’m not sure why you seem to think that a private network isn’t more secure than a public network. There’s a reason why practically every company requires people working remotely to connect to a VPN to access company resources.

                • dan@upvote.au
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  edit-2
                  3 months ago

                  I never said anything about using the VPN as an ACL. All I said was to only expose the service over the VPN. That doesn’t necessarily mean that the app doesn’t have authentication or authorization.

                  I’m also only talking about residential use cases, where it’s a common practice (when not using a VPN) to just expose everything via port forwarding. Businesses aren’t setting up Jellyfin on their servers.

                  true, fun fact a VPN is also an application with an auth layer. dun dun dun!

                  Sure, but someone would have to first get on the VPN, and then find vulnerable apps once on the internal network, as opposed to just scanning the internet for public-facing vulnerable systems. Wireguard (and thus Tailscale) doesn’t respond to port scans at all - it only responds to packets that are signed with a known key.

                  Admittedly, networking and network security isn’t my specialty so I’m absolutely sure you’ve got more knowledge in this area.