this post was submitted on 22 May 2026
125 points (99.2% liked)

Selfhosted

56958 readers
1638 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Honest question, because I know multiple people who are not looking to jump ship since they already have the Plex Pass.

you are viewing a single comment's thread
view the rest of the comments
[–] the_artic_one@piefed.social 13 points 6 hours ago (1 children)

I got started with jellyfin and never used Plex but there's a bunch of rough edges:

  • No apps on several smart tv/streaming stick stores, Vizio has an app for plex but not jellyfin so I would need to buy a new streaming device. Yes smart tvs spy on you but the alternatives people recommend either spy on you just as much or are expensive (Nvidia shield) and most of them still require side loading so it's a major obstacle for sharing with anyone else.
  • Casting from the mobile app won't play at full resolution, you can get around this by using VLC as your player and casting from that but that causes it to frequently lose watch progress. Also stopping casting or playing the next episode doesn't work properly with VLC and you need to rapidly mash "back" to get into the jellyfin app again and queue up a new episode.
  • The current release of Jellyfin desktop won't play audio for iptv streams, this is fixed in the dev branch but I have yet to find a build without other critical bugs so I'll likely need to wait for the next release which currently has no target date.
  • The browser version has spotty controller support that stops working constantly. When it does work it lacks any way to access context menus to mark shows as watched etc. If you're using a flatpak browser to run it on steam deck or whatever, you'll have codec and passthrough issues (Chrome is the only flatpak with decent codec support).
  • Others have mentioned the security issues which you can bypass by putting authentik or something in front of it but then you can only share with people using browser.
[–] kiol@discuss.online 1 points 6 hours ago (2 children)

What about exposing through Pangolin tunnel, Cloudflare Tunnel, Tailscale Funnel approach? Would that allow proper client access?

[–] prenatal_confusion@feddit.org 5 points 5 hours ago (1 children)

Same problem regarding security because if you leave it up to jellyfin to do auth you are betting on the wrong horse. With pangolin auth in front of it you have the same problem as before. Clients can't handle the additional auth.

Or am I misunderstanding the concept of tunnels wrong? I am using pangolin as a reverse proxy with nice VPN management included. How do you the tail scale style "connect this client to this network that has the jellyfin server on it" thingy?

[–] dustyData@lemmy.world 1 points 1 hour ago

You have a VPS that relays the pangolin tunnel and a reverse proxy serving the tunnel through a cloudfare + fail2ban protected domain. It should be really cheap since the vps only really runs for the initial auth and connection, and once in a while to update the tunnel IPs. You just give people a domain and a credential for the client.

It sounds complicated but isn't really. I did it once but then returned to plain tailscale since I don't really share my server with many people.

[–] Ibuthyr@lemmy.wtf 4 points 5 hours ago (1 children)

Cloudflare doesn't allow streaming large quantities of data through their tunnels. At least it's against their ToS.

[–] dustyData@lemmy.world 1 points 1 hour ago

When setup with tunnels, cloudflare doesn't see any media traffic. Cloudflare only needs to serve the auth and handshakes. The actual traffic is IP to IP, TLS encrypted if you setup a domain correctly. Or just use something like tailscale that sets up the certificates and domains for you.