• Jul (they/she)@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 days ago

    Plex prices are expensive just to access your own media. Tailscale can do it for free.

    Tailscale isn’t exactly free. It requires a lot more knowledge, configuration, maintenance, etc, than Plex alone.

    Sure, many self-hosters have the ability to figure it out and the proper networking and/or server hardware to implement it. But many Plex users aren’t really self-hosters in that sense. Hosting a local media server that deals with all of the networking stuff for you is much easier than maintaining a tailscale or similar setup on top of the media server stuff. I mean for me, if I hadn’t gotten a lifetime Plex Pass early on for cheap, I probably would have put more effort into my Jellyfin setup. But Plex mostly just works and I have other bigger priorities. I hate the functionality they’ve removed that makes things more difficult than it should be, or I wouldn’t be switching, but it’s not all that bad. So if I didn’t have the expertise and hardware already, I could see it being worth the money to stick with it.

    • potustheplant@feddit.nl
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 days ago

      Tailscale is as simplified as it gets and it doesn’t require any knowledge, configuration or maintenance. The fact that you can use it for free makes me wary, but you can’t deny how simple it is to use. Just log in with your account in all of the devices you want to access jellyfin on and voila. It’s as if they were in the same lan.

      • freebee@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        I think their idea behind it is to convince relatively tech savvy people how great it works (it does) so they talk about it in their relatively tech savvy professional role at small and medium companies.

        And at some point they will either start charging money for the small time user, or it will turn to shit, or both. You just know it will happen, the question is when not if. It isn’t free, it’s corporate.

      • Jul (they/she)@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        I mean, most people dont really understand what a reverse proxy is doing, and with dynamic IP addresses and other complications that residential customers often can’t control, it can be a challenge to configure properly. Not to mention if you want to use Jellyfin on a device that travels between home and outside you need to either modify the domain or IP Address each time you enter or leave the home Otherwise you just end up routimg all the traffic over the internet and back losing the advantage of LAN speeds and sucking down your ISP traffic quotas. Or you need to configure something much more robust like a local DNS server to properly route traffic to the LAN IP address instead of your WAN IP address. That might not be an issue if you’re lucky enough to have an IPv6 block of addresses from your ISP and assign one to your server, but at least in the US most ISPs still use IPv4 with workarounds like 6rd for a single dynamic external IPv6 address with all of the same issues of the dynamic IPv4 addresses. Anyway, for most users hosting a Plex server is simple (unless they have double NAT kinds of issues) compared to setting up everything correctly to TailScale.

        • potustheplant@feddit.nl
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          2 days ago

          Uhm, no? I just use the lan IP for my jellyfin server at all times. The only difference between being phisically in the same place and outside is that I enable tailscale when I’m outside. I’m telling you, this is far simpler than you’re making it out to be.

      • Fuzzypyro@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 days ago

        Honestly it is kind of wild that they have a cap on how many devices you can use at all. They store so little it’s wild. The thing that makes it really worth being a service is the relay network they handle and the fact that you can support the team building awesome features into the client. That being said headscale is a thing and if you wanna demystify it then you should take a look at that project. The tailscale docs have tons of info about how they operate under the hood too.

        • potustheplant@feddit.nl
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 days ago

          My problem in the first place is that due to my ISP 's limitations, I can’t run wireguard. If I could run it, I would do that instead of using headscale.

        • Hominine@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 days ago

          I skipped tailscale, so feel free to ignore me, but Netbird has been excellent and has no limitations I’m aware of.

    • Damage@feddit.it
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      Yeah so I’ve set up remote access to two different homes, one where the router was facing the internet directly, and that was easy, setting up a reverse proxy is not for the average user, but neither is other stuff involved in this sort of system.

      Then at another place, where the router was behind cgnat and therefore could not perform its own nat, I set up a wireguard connection to a VPS that itself hosted the reverse proxy… Homemade tailscale, sorta. That was a bit complicated, I don’t think most people have the patience for that.

      • Jul (they/she)@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Yeah cgnat is such a stupid thing. Why can’t we get IPv6 already and avoid all of the headaches of NAT and dynamic IP addresses and such. None of that stuff should be so complicated in a residential environment.