this post was submitted on 08 Jun 2026
458 points (96.7% liked)

Selfhosted

59769 readers
785 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
you are viewing a single comment's thread
view the rest of the comments
[–] SpacePirate@feddit.nu 2 points 1 day ago (2 children)

That doesn't slove the problem if your Smart TV doesn't support tailscale or something like Wireguard. Using another machine connected to a VPN like for example Tailscale/Headscale and then using ssh portforwarding allows you to access the service(jellyfin) on the device without support.

It would be like this:

Jellyfin <-- Tailscale/Headscale <--- Machine forwarding the jellyfins port <-- Smart TV

This can be done with a command like this:

ssh -L 0.0.0.0:8096:jellyfin_tailnet_ip:8096 -f -N user@machine

[–] rumba@lemmy.zip 1 points 12 hours ago

You know, there's probably a market for a hardware solution to do that. Wrap it up in a nice user interface, Family VPN bridge, expose JF servers.

[–] hereiamagain@sh.itjust.works 4 points 22 hours ago (1 children)

Most people are not gonna go that route unfortunately. I want to love JF, but the remote access is a big sticking point, especially for non tech relatives.

It bugs me when people just say tailscale like that solves it all. It's very useful and solves a lot of problems, but not all. Unfortunately.

[–] SpacePirate@feddit.nu 1 points 19 hours ago

I completely agree, Tailscale will not just solve your issues. If you want to have is as simple as possible for your users you are going to need to expose it publicly for your users. And the reason I posted the comment above is to share a solution that has worked for me to get my users "Smart"TVs to work. Honestly if someone where to make a service that provides a "plex networking" solution for jellyfin I think allot of people would consider using it and leave plex for good!