klankin
@klankin@piefed.ca
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
I only personally have experience with jellyfin, but the docs of Emby look to support the same remote access as Plex (without the TURN server).
So essentially you can use a login instead of a server IP, but it does require port forwarding or upnp on your router - which you may already have enabled.
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
I mean containers make the networking pretty easy, everything beyond that is optional based on your threat model.
Same as hosting anything networked, you can do it easy or do it safe.
(but also wireguard is kinda an O(n) problem while exposing to wan is an O(1) problem - at least IT man hours wise)
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
To be fair Plex also requires open ports (or worse upnp) to remotly stream at full quality, without transcoding.
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
nginx proxy manager if I had to guess
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
But also benefits of both, reduced cost with easier remote setup, while simultaneously not being plex
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
No reason to connect jellyfin to any sort of local network, router will still hairpin for local connection.
With that setup its honestly more secure than 99% of IOT devices, and like 50% of routers.
- Comment on How to auto remount external HDD after power loss to laptop server? 4 weeks ago:
Ive thought about trying this before, but do you have any experience with how to actually hook up the power supply?
Never thought breaking a drive was worth the risk, but theoretically you should be able to solder a buck converter to the laptops motherboard if the voltage requirements vary.
- Comment on How to auto remount external HDD after power loss to laptop server? 4 weeks ago:
Rig up the 12v barrel adapter right to the laptops battery
- Comment on How to auto remount external HDD after power loss to laptop server? 4 weeks ago:
I think you can use the service to remount using the fstab entries/options. (Like “mount /dev/disk/by-uuid/XXX” and it’ll automatically apply the options and mountpoint)
Arguably cleaner depending on your setup