• 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 SOLVED: struggeling with Hardware acceleration in docker (Intel)

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: struggeling with Hardware acceleration in docker (Intel)

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-09-25, 01:48 PM
    The published server URI is for using an alternate address when using service discovery with local clients. For example, instead of a client discovering your server and simply using the LAN IP on port 8096, you can use the URI field to publish your reverse proxy address.

    I'm assuming you are using a reverse proxy, and I'm assuming it is Nginx. Can you share your config via pastebin? Censor the domain name.
    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]
    Tone
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #12
    2024-09-26, 04:57 PM
    I'm using apache as reverse proxy, this is the jellyfin-config in my apache:
    https://pastebin.com/01gFktPN
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2024-09-26, 05:15 PM
    Is there more? That is just the location, but what about all the configs and options for https?

    I'd like to see the entire virtual host config (censor the domain).
    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]
    Tone
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #14
    2024-09-26, 05:36 PM
    My virtual host is kind of a mess.
    I deleted all other locations for privacy reasons, they shouldn't matter in my opinion.

    I noticed I have some websocket rules for vscode.
    Don't know if they are a problem. What do you think?

    https://pastebin.com/1vvWDje9
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2024-09-26, 05:41 PM
    Your CSP is way off.

    Code:
    "default-src https: 'unsafe-eval' 'unsafe-inline'; img-src https: 'unsafe-eval' 'unsafe-inline' 'self' data:; object-src 'none'; frame-ancestors 'self'; connect-src 'self' wss:"

    Our Apache docs don't have any CSP documentation, but out Nginx documentation does.

    Code:
    "default-src https: data: blob: ; img-src 'self' https://* ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";

    You should be able to use our Nginx CSP config directly paste it into your Apache CSP 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]
    Tone
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #16
    2024-09-26, 05:52 PM
    That was the reason!

    Interesting that only edge and chrome had a problem with my config.
    Maybe I find which exact setting in the line was the problem.

    Thanks for your EXCELLENT support!
    That really cannot be taken for granted.
    Pages (2): « Previous 1 2

    « 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