Comment on Will this Jellyfin configuration expose me to security risks?
illusionist@lemmy.zip 2 days ago
Yes, you need TLS
Comment on Will this Jellyfin configuration expose me to security risks?
illusionist@lemmy.zip 2 days ago
Yes, you need TLS
compostgoblin@lemmy.blahaj.zone 2 days ago
Thank you! What is the most beginner-friendly way to do that?
I’ve been trying to figure this all out for so long, but it feels like every time I overturn one stone I discover there’s another setting or program I need to configure that I didn’t know about
illusionist@lemmy.zip 2 days ago
Install caddy. Check that it works. Get to know what a firewall is. How it works. Forward your ports from router to the machine. (I use cockpit (preinstalled on fedora) to configure my firewall)
sub.domain.com { reverse_proxy 192.168.178.192:8080 }
Replace 192.168.178.192 with the ip. And 8080 with the port and your domain obviously.
That’s it.
rikudou@lemmings.world 2 days ago
Seconding caddy, it’s extremely simple.
BentiGorlich@gehirneimer.de 2 days ago
Nginx Proxy Manager is the most user friendly way in my opinion :)
rikudou@lemmings.world 2 days ago
Nothing beats caddy for simplicity, IMO.
BentiGorlich@gehirneimer.de 2 days ago
Well I do not have to touch any configuration files with npm and it has a relatively fancy UI