Comment on Why I moved my Plex library to Jellyfin after 14 years
TheIPW@lemmy.ml 1 day ago You’re right, I missed that.
I personally use a reverse proxy and Wireguard setup to access remotely.
Comment on Why I moved my Plex library to Jellyfin after 14 years
TheIPW@lemmy.ml 1 day ago You’re right, I missed that.
I personally use a reverse proxy and Wireguard setup to access remotely.
ripcord@lemmy.world 1 day ago
Not something that unfortunately works as easily for me to connect my ailing mom’s TV to, and do NOT want to manage the reverse proxy + cert + etc setup for a number of reasons
matron1049@lemmy.dbzer0.com 1 day ago
There are a ton of reverse proxy options that manage the cert for you
rumba@lemmy.zip 3 hours ago
You do then still have to expose JF to the open internet. That’s not without risk. Neither is Plex but they do make it a point to secure all their endpoints before login.
PhAzE@lemmy.ca 12 hours ago
The point is that you now have another app to manage or learn about just for remote viewing, and the general public can’t and won’t manage something like that. People like us, no problem, its easy, but my dad would never be able to, for example. He can install plex and just log in to an app anywhere to use it though.
Also, dont forget that many households have non-static IP addresses, so now you need more management for that issue (again, easy for us).
matron1049@lemmy.dbzer0.com 3 hours ago
In this scenario, your dad just installs Jellyfin and logs in.
You’ve set up the reverse proxy to your server, its transparent to him.
You can update DNS records automatically so its also a fire and forget kind of thing.
But I guess, give your data to the corpos because its easier.
ripcord@lemmy.world 1 day ago
There’s lots of reasons I don’t want to set this up
W98BSoD@lemmy.dbzer0.com 1 day ago
But Jellyfin! It solves all your problems, you don’t have to pay for it (because fuck paying for software of any type even if it provides you some value), and did I mention Jellyfin‽
Why aren’t you using it yet? Are you a plex sympathizer? Get outta here with that!
What?
I don’t care if you have a good use case for using plex / Emby / Kodi / VLC / WMC / etc; you will assimilate and use Jellyifn!
JELLYFIN!!!11!1!1!1!1!. /s
SpacePirate@feddit.nu 1 day ago
If you have a machine at her place that is on most of the time you can have tailscale on that device and then make it ssh into itself with ssh portforwarding on!
skittle07crusher@sh.itjust.works 1 day ago
What in the goddamn fuck, sir
Install tailscale (headscale also exists if you wanna fully self-host it)
Done, solved
SpacePirate@feddit.nu 1 day ago
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
My mom lives 900 miles away and she can barely turn a computer on
nieceandtows@programming.dev 1 day ago
I set up a free dns from duckdns.org and pointed it to my jellyfin server. All my parents had to do was to use that randomserver.duckdns.org as the server url in the jellyfin app.
SpacePirate@feddit.nu 1 day ago
Yeah then this might not be a great idea for you, unless you have the possibility to fix a machine if you visit. But I want to make it clear this is not a fix all thing just trying to help :D
Dultas@lemmy.world 1 day ago
Yeah it can be more limiting. Personally I got lucky and my mom’s TV runs Android so I could just install a wireguard client.
I will probably at some point bridge her network with mine since I want to install a TrueNAS box at her house for remote backup. So the VPN client will be moot at that point.
rumba@lemmy.zip 3 hours ago
just syncthing it :)
buffing_lecturer@leminal.space 1 day ago
How do you go about doing that?
Dultas@lemmy.world 1 day ago
Which part? For the TV there was literally a wireguard app. I just had to install it on the TV and configure the connection to my wireguard server.
For the bridging I gave her my old router which I haven’t tested but I believe should support VPN bridging. I already have her on a subnet that won’t conflict with my network for that reason.