2024-07-12, 11:18 PM
(This post was last modified: 2024-07-12, 11:19 PM by TheDreadPirate.)
Looking at their script, they are REQUIRING HTTPS and they are using a self-signed cert.
https://github.com/swizzin/swizzin/blob/...fin.sh#L91
And how you access Jellyfin depends on whether nginx is also running? If not, https://192.168.X.X:8920. If you are, https://192.168.X.X/jellyfin.
You may also need to open ports in the host firewall. 8920 if you aren't running nginx, 443 if you are. I don't see anything in their scripts that automatically opens the firewall.
https://github.com/swizzin/swizzin/blob/...fin.sh#L91
And how you access Jellyfin depends on whether nginx is also running? If not, https://192.168.X.X:8920. If you are, https://192.168.X.X/jellyfin.
You may also need to open ports in the host firewall. 8920 if you aren't running nginx, 443 if you are. I don't see anything in their scripts that automatically opens the firewall.