this post was submitted on 28 Nov 2025
500 points (98.3% liked)

Selfhosted

53199 readers
2287 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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/

you are viewing a single comment's thread
view the rest of the comments
[–] Scrollone@feddit.it 4 points 23 hours ago (3 children)

Yes, but that's not always doable, e.g. on LG TV's.

[–] Pfifel@lemmy.world 7 points 23 hours ago (2 children)

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

[–] vividspecter@aussie.zone 1 points 9 hours ago

This sort of setup is a bit more advanced since it requires static routes on the remote router at least. Doable with one or two networks, but not if you have a bunch of users.

[–] LievitoPadre@feddit.it 3 points 22 hours ago* (last edited 22 hours ago) (1 children)

That works. I did it with a LG tv: Have a server advertising the routes with tailscale and in your tv when you configure the connection select that server as gateway and that's it.

[–] Scrollone@feddit.it 2 points 20 hours ago

That's smart. Thanks.

[–] Wispy2891@lemmy.world 4 points 23 hours ago

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

[–] hietsu@sopuli.xyz 3 points 23 hours 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.