Earlier quoted context omitted.
> Reverse proxy itself will do barely any defense, what you need in combination is an authgate What’s your threat model?
Same as anyones: random bots scanning IP/ports to find established services and trying exploits from the book.
WiiFin – Jellyfin Client for Nintendo Wii
61–70 of 131 posts
Re: WiiFin – Jellyfin Client for Nintendo Wii
#62Earlier quoted context omitted.
Get your elderly mother an Apple TV and infuse, then connect with Tailscale. It’s pretty friggin’ smooth in daily operation. Apple TV’s UI is no easier to get lost in than Roku, and actually has fewer pitfalls if you toggle one setting (the one that makes one home tap open the Apple TV app, and a second press while in that app actually go home, by default; switch that to always go home on any press of that button no…
Perhaps. Y'all (collectively) have some good ideas. But she likes the Roku. She's even got silicone skins for the remotes (plural; spares!), and two of them are tethered near the chairs that her and dad tend to sit in. Also: The Roku stuff already exists, and is paid for, and it works with Plex (without a VPN, because my local Plex container didn't come with the caveat to avoid exposing it to the world). Buying them…
By the way, I switched from Jellyfin to plain SMB + Nova Player (Android), which has basically the same interface, but no user profiles, and works over SMB, obviously. No transcoding, best format support, and best performance for large files I've found yet for my TCL Android TV.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#63Earlier quoted context omitted.
> The only hiccup was when she tried to watch during one of her lectures. I had to explain that Jellyfin is only at home ;) (for now) Tailscale got me outside-the-home Jellyfin with a grand total of maybe 30 minutes of effort, including signing up, getting my server connected, and getting it on my MacBook, AppleTV, and phone. I'd never used it before.
Combine with a $5 VPS and nginix reverse proxy to make this true for any device, even ones without tailscale!
Re: WiiFin – Jellyfin Client for Nintendo Wii
#64Has anyone tried to horizontally scale jellyfin to running on a multi node cluster? I'm wanting to set it up for around 20 households to share, and with transcoding that exceeds a single (cheap) node.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#65Jellyfin is great in that it just works. I managed to install it on Samsung TV with Tizen OS and it has been just solid experience for many years now.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#66Earlier quoted context omitted.
If you expose Jellyfin on 443, have HTTPS properly set up (which Caddy handles automatically), your admin password is not pswd1234 (or you straight up disable remote admin logins), and use a cheap .com domain rather than your IP--what is the actual attack surface in that case? As far as I can remember that is more or less what is usually suggested by Jellyfin's devs, and I have yet to see something that convinces me…
He claims there are known exploits. Though I also want to know if this is really true.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#67Has anyone tried to horizontally scale jellyfin to running on a multi node cluster? I'm wanting to set it up for around 20 households to share, and with transcoding that exceeds a single (cheap) node.
For your use case, deploying multiple instances would be the way to go.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#68Forced server transcoding for everything. Ouch. Thought maybe at least mpeg2 or something would play directly.
Intel ARC 380's are ideal at 4k realtime transcoded streams. And theyre cheap as well. You could probably do a sticky round robin reverse proxy with a few backends doing transcode. The biggest issue is bandwidth, but you probably knew that.
Re: WiiFin – Jellyfin Client for Nintendo Wii
#69Earlier quoted context omitted.
Same as anyones: random bots scanning IP/ports to find established services and trying exploits from the book.
With a reverse proxy, I don't see how this would work. The whole way the reverse proxy works is you use a subdomain name ("jellyfin.yourdomain.org") to access Jellyfin, rather than some other service on your server. The reverse proxy sees the subdomain name that was used in the HTTP request, and routes the traffic based on that. Scanning only the IP address and port won't get attackers to Jellyfin; they need to know…
Re: WiiFin – Jellyfin Client for Nintendo Wii
#70Earlier quoted context omitted.
He claims there are known exploits. Though I also want to know if this is really true.
https://github.com/jellyfin/jellyfin/issues/5415
Everything else looks to me like unimportant issues, that would provide someone who's already logged in as a user minor details about your server.