NGINX HASS next to jellyfin help needed

Hello everyone…

I have my HASS, duckdns and nginx working just fine…cert and all working like a charm.
Now i added Jellyfin and would like to expose that to the internet to listen to my music on the Jellyfin app on my phone from wherever.
Does anyone have a second service running/working with NGINX and Duckdns and would be willing to share how it is done?

Thx in advance

I figuered it out…
At the end it was just the webhook that i was missing…
Now all is working as needed

1 Like

how exactly you do that?

How far did you get?
NGINX installed and running and already serving somethign?

yes . I have myserver.duckdns.org working without 443 at the end and jellyfin working on 192.168.3.100:8096

webhook is the addon in jellyfin? Do I need to setup in jellyfin some SSL or just in nginx? thanks!

Capture
This fixed it for me

thx, I will try it. Right now I use the other nginx.
I see you use 5000 port…I need to set this in jellyfin too? Do I need to setup ssl in jellyfin?

P.S. how you access jellyfin https://aaa.duckdns.org:5000 or jellyfin.aaa.duckdns.org?

Hello…
5000 is random…what ever you like locally…jellyfin just needs to know about it :slight_smile:
Since it is running in docker in my nas, port 80 and so on was already in use, so thats what i came up with
I was on the small nginx before myself, but the more powerful one was needed for my 3 services i use.
i go by media.aaa.duckdns.org but jelly or what ever u like will work just fine as long you have it as a domain setup in duckdns
After you did that and with the api key, you create that ssl cert via the nginx so that it keeps the ssl cert internally active and renews it for you

thank you very much I got it working.
Much simpler with the nfginx proxy manager and I also uninstalled duckdns add on