Plex is starting to enforce its new rules, which prevent users from remotely accessing a personal media server without a subscription fee.

If anyone needs it: https://jellyfin.org/

  • Scrollone@feddit.it
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 hour ago

    Why not? It depends on your situation, but if you have a static IP or a dyndns service, you can just open a port to your Jellyfin and reach it from anywhere.

    You can also stick a reverse proxy in front of it, if you want to feel safer.

        • Pfifel@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          32 minutes ago

          You can “proxy” tailscale networks, you’d need 1 device per household with tailscale running and accepting/advertising routes. Not sure if tailscale IP addressing works in that case though, and just doing it via private IP can get problematic with same network range in the household

        • hietsu@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          2
          ·
          32 minutes ago

          Any old Raspberry Pi on your network can forward a port from LAN to the Jellyfin server on Tailscale somewhere. Single iptables masquerade command should do the trick. Or if you happen to have a good router with owrt support you can run Tailscale there too.

        • Wispy2891@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          36 minutes ago

          while not technically allowed by cloudflare TOS for the free plan, it’s possible to host jellyfin under a cloudflare tunnel

    • Egonallanon@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      32 minutes ago

      I’d strongly recommend reverse proxy, some sort of security like crowd sec or fail2ban and sperate auth (authelia, aithentik) in front of anything you’re opening to the internet. Just opening services directly up to the internet is choice I’d politely describe as brave.