2024-10-30, 03:35 AM
(This post was last modified: 2024-10-30, 03:35 AM by Drake97. Edited 1 time in total.)
(2024-10-29, 01:12 PM)TheDreadPirate Wrote: Regardless whether you use Nginx or not, you'd need to use a DDNS service. Nginx is just a proxy or http/s server. The DDNS service is what allows you to use a domain name while having a dynamic IP address. If you were to use Nginx, you'd still need your DDNS service.
As for why we suggest using Nginx, security is one and, related, https is another. Jellyfin's built in http server is not hardened and even if you were to use https directly within Jellyfin, there are attacks against https that weaken encryption that Jellyfin is not built to handle. Additionally, when using plaintext http, your API key is part of the URL that is sent between the client and server. And that API key travels over the Internet unencrypted. Using https would protect your API key since that portion of the URL becomes encrypted.
Which is where Nginx comes in. Nginx is hardened, much more secure by default, and much, much more configurable to enhance security further. There are also a lot of tools to automate the process of getting and renewing certificates for proper https.
Since you are using Ubuntu, just run "sudo apt install nginx" and follow our guide here.
https://jellyfin.org/docs/general/networking/nginx/
And once you have the https config for Jellyfin setup, you can then request certs. Let's Encrypt has an app, Certbot, to automate the request and renewal of your certs.
https://certbot.eff.org/instructions?ws=nginx&os=snap
sorry, I was doing the configuration of nginx and I have a problem, I have investigated about the symlinks but it has not given me result, do you know how to solve it?
I have this:
https://imgur.com/a/JguglDc
at the moment I already have port 8096 and 80 open in my router.
Thanks
Jellyfin 10.10.3
Ubuntu desktop 24.04.1 LTS
Intel i5-7500
16GB DDR4 2400Mhz
OS-DRIVE: WDC SN720 256GB
Storage (JF Library)
1: x4 4TB Seagate IronWolf
2: 8TB HGST Dell Enterprise
3: 2TB Seagate Barracuda
4: 2TB WD RED
Ubuntu desktop 24.04.1 LTS
Intel i5-7500
16GB DDR4 2400Mhz
OS-DRIVE: WDC SN720 256GB
Storage (JF Library)
1: x4 4TB Seagate IronWolf
2: 8TB HGST Dell Enterprise
3: 2TB Seagate Barracuda
4: 2TB WD RED