Jellyfin & Organizr iFrame - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Jellyfin & Organizr iFrame (/t-jellyfin-organizr-iframe) Pages:
1
2
|
Jellyfin & Organizr iFrame - micheaklentakon - 2024-09-25 Hello, so I have a server that has Organizr on it, and I used to use it with Emby, but recently switched to Jellyfin and am super happy with it. The only problem I am getting is that somehow those two don't want to mingle properly. What I mean, is that within Organizr one can set up tabs to load within an iFrame or when clicked to open in a new window. Now, that used to work just fine with Emby, but Jellyfin just won't work, unless opened in a new window. I checked within the Developer Tools Console and it gives me this error: Blocked loading mixed active content "http://{subdomain}.{domain}.{tld}/jellyfin/" which makes no sense to me, since the URL set to open is https anyway. I know it's a niche issue, but I would like to troubleshoot it and hopefully get it working. If it helps, here is the nginx jellyfin.conf file for it: Can someone point me to the right direction? RE: Jellyfin & Organizr iFrame - TheDreadPirate - 2024-09-25 Did you add a baseURL to Jellyfin's network config? RE: Jellyfin & Organizr iFrame - micheaklentakon - 2024-09-25 It's just set as /jellyfin and that's that. RE: Jellyfin & Organizr iFrame - TheDreadPirate - 2024-09-25 Can you share your full nginx config via pastebin? Censor the domain. Do you have any CSPs configured? Or other security headers? RE: Jellyfin & Organizr iFrame - micheaklentakon - 2024-09-25 How do I do that? I can gladly share my config. RE: Jellyfin & Organizr iFrame - TheDreadPirate - 2024-09-25 pastebin.com Copy and paste the contents of you nginx config, save, it generates a link. Provid the link it generates. RE: Jellyfin & Organizr iFrame - micheaklentakon - 2024-09-25 This is from the nginx.conf file: https://pastebin.com/VkqVHsPe RE: Jellyfin & Organizr iFrame - TheDreadPirate - 2024-09-25 I need the nginx site config for Jellyfin. In /etc/nginx/sites-available or sites-enabled. RE: Jellyfin & Organizr iFrame - micheaklentakon - 2024-09-25 This is from the jellyfin.conf: https://pastebin.com/kpbFLXUd I'm sorry if I'm missing something obvious, all the .conf files are under ~/.apps/nginx/proxy.d/ There is only a default file in sites-available and this is in it: https://pastebin.com/dMH4kKDk RE: Jellyfin & Organizr iFrame - TheDreadPirate - 2024-09-25 That is definitely not a complete config. Read our subpath nginx docs here. https://jellyfin.org/docs/general/networking/nginx/#nginx-with-subpath-exampleorgjellyfin Specifically, you need to add a location for jellyfin's socket. Which is separate from /jellyfin/. It's also not clear if there are other conf files "included" that could affect Jellyfin. Also, why is the proxypass for jellyfin going to port 18002? What OS is this? |