Plex has announced a massive price increase on the service’s Lifetime Plex Pass. On July 1, the lifetime subscription option will go from $249.99 to $749.99, an increase of 200%. The price hike will only apply to new subscribers, with no changes to monthly or annual subscription pricing.

  • brygphilomena@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    12 hours ago

    Last I looked, jellyfin auth and public facing security were less than ideal.

    How far has that come in the last few years? I have plenty of people using my Plex and it’s been secure. I had heard a public facing Jellyfin wasn’t super secure.

    Honestly, 95% of the reason I use Plex is so I don’t have to manage user passwords and troubleshoot issues for my friends and family. I just grant access.

    • 9tr6gyp3@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      12 hours ago

      I moved from the default jellyfin login method to using Authentik as the identity provider. Now its part of my homelab setup where all services have SSO, and I don’t have to create/manage an account for each person for each service.

      • 4am@lemmy.zip
        link
        fedilink
        English
        arrow-up
        6
        ·
        10 hours ago

        Does that break Jellyfin apps on smart TVs or media devices?

        A lot of people seem to have concerns with how Jellyfin handles access control and some have stated that the developers marked some major issues as “won’t fix”. Is there somewhere I can catch up on that?

        • VonReposti@feddit.dk
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 hours ago

          LDAP works fine, OIDC not so much, only the web client would work.

          There are still talks around making OIDC a first class citizen and IIRC it is planned as per the feature page but I guess the major core upgrade around the DB took a lot of attention the last 6-12 months.

          But in the meantime I’ve just spun up an LDAP outpost for my Authentik that my Jellyfin connects to. It breaks MFA but otherwise it works. It may be a bit confusing for users that they log in at jellyfin.site.com but anything user-related like updating password is at authentik.site.com and requires an extra login.

    • Lonewolfmcquade@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      3
      ·
      12 hours ago

      I only need my server to work locally so I haven’t messed with that part personally. But I’ve read that setting up tailscale is straightforward and works fine. There are many other solutions to the problem. I would definitely invest a lot of effort before paying for Plex.

        • helpImTrappedOnline@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          1
          ·
          edit-2
          10 hours ago

          Unfortunately, that’s probably not gonna happen without some new hardware.

          You could setup a wire guard at the router (can you setup tail scale on a router? idk). If she’s renting the ISP router, replacing that could save a 100+ a year, depending on how much the isp is scamming her for it.

          or you could repurpose a minipc/nuc from bay and set up a jellyfin streaming box with tailscale.

          If you have the extra hardware, you could also setup a local server with her jellyfin and use wiregaurd/tailscale to remotely connect to it and run backup/sync during off-hours.

          • VonReposti@feddit.dk
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 hours ago

            You could also set up a reverse proxy in front of your Jellyfin and hook a domain up to it. That way you don’t have to worry about the client at all.