❖ Nginx Proxy Manager
Nginx Proxy Manager is a fancy frontend for Nginx. I'll be calling it NPM from this point forward, and you can expect to see this abbreviation pop up in self hosting communities as well.
If you own a domain, you can use NPM to set up a reverse proxy for your services.
This way, you can access jellyfin at jellyfin.your-domain.com
instead of 192.168.1.30:8096
.
The first time login credentials for NPM are as follows:
Email: admin@example.com
Password: changeme
You can also use NPM to set up TLS/SSL for your services. This will make your browser stop complaining about an insecure connection and let you access your services over HTTPS.
I won't go over how to do that here, but I will link this incredibly helpful Video by Wolfgang's Channel on the topic.