Comment on Jellyfin is not just good... but *better* than Plex now?!
Zink@programming.dev 1 week agoOh yeah sorry for the tone. That wasn’t my intent. I am not dreading Jellyfin whatsoever. It’s something I’ve been thinking about for a long time, and I’m pretty sure it installed the WebOS app on my TV several months ago assuming the switch was coming.
rumba@lemmy.zip 1 week ago
No worries just attempting to put you at ease.
Zink@programming.dev 1 week ago
So uh, what’s your favorite way to enable secure remote access?
It needs to be something that people can use with smart TV apps.
I looked at some of the instructions out there, but my head is killing me so I’m not in a “figure out computer thing” mood. Otherwise I’d be at work, lol.
rumba@lemmy.zip 1 week ago
Tailscale has a generous free account and runs on windows, mac, IOS, android, apple TV, firestick, and shield. You just set it up on your media server and every client, and just use to 100. address for your server in each client.
If you need Roku,LG,Samsung, it’s no longer fun. The tailnet can be forwarded from a routed device on the network, but that’s deep in the weeds for random people.
You could install HAProxy and run let’s encrypt, forwarding your JF to an external port (ISPs usually block 443, but it’s not hard to tell the client what port you need. Then your users can just specify your home IP and a specific port.
Or you could forgo the SSL and just open JF up on a high port. Maybe fail2ban on logins. it’s REALLY not ‘good’ at remote access :)
Zink@programming.dev 1 week ago
Well for better or worse, I am off sick from work today so I just set up the server!
That was fast.