• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access Jellyfin & Organizr iFrame

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin & Organizr iFrame

    micheaklentakon
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Austria
    #1
    2024-09-25, 01:27 PM (This post was last modified: 2024-09-25, 02:27 PM by TheDreadPirate. Edited 2 times in total.)
    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:

    [Image: SzEJfh8.png]

    Can someone point me to the right direction?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-25, 02:01 PM
    Did you add a baseURL to Jellyfin's network config?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    micheaklentakon
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Austria
    #3
    2024-09-25, 02:10 PM
    It's just set as /jellyfin and that's that.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-09-25, 02:26 PM (This post was last modified: 2024-09-25, 02:28 PM by TheDreadPirate. Edited 1 time in total.)
    Can you share your full nginx config via pastebin? Censor the domain. Do you have any CSPs configured? Or other security headers?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    micheaklentakon
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Austria
    #5
    2024-09-25, 02:30 PM
    How do I do that? I can gladly share my config.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-09-25, 02:35 PM
    pastebin.com

    Copy and paste the contents of you nginx config, save, it generates a link. Provid the link it generates.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    micheaklentakon
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Austria
    #7
    2024-09-25, 02:40 PM
    This is from the nginx.conf file: https://pastebin.com/VkqVHsPe
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-09-25, 02:42 PM
    I need the nginx site config for Jellyfin. In /etc/nginx/sites-available or sites-enabled.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    micheaklentakon
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Austria
    #9
    2024-09-25, 02:49 PM
    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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-09-25, 02:58 PM (This post was last modified: 2024-09-25, 03:00 PM by TheDreadPirate. Edited 2 times in total.)
    That is definitely not a complete config.

    Read our subpath nginx docs here.

    https://jellyfin.org/docs/general/networ...rgjellyfin

    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?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode