• 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 NPM https - no images in local network

     
    • 0 Vote(s) - 0 Average

    jellyfin NPM https - no images in local network

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-12-03, 02:52 AM
    When you initially setup NPM did you also have proxy the websocket?

    From the official nginx doc.

    Code:
    location /socket {
            # Proxy Jellyfin Websockets traffic
            proxy_pass http://$jellyfin:8096;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-Forwarded-Protocol $scheme;
            proxy_set_header X-Forwarded-Host $http_host;
        }

    https://jellyfin.org/docs/general/networking/nginx/
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    jellyfin NPM https - no images in local network - by deadcxap - 2023-12-02, 05:57 PM
    RE: jellyfin NPM https - no images in local network - by TheDreadPirate - 2023-12-03, 02:52 AM
    RE: jellyfin NPM https - no images in local network - by deadcxap - 2023-12-04, 02:15 AM
    RE: jellyfin NPM https - no images in local network - by TheDreadPirate - 2023-12-04, 03:43 AM
    RE: jellyfin NPM https - no images in local network - by deadcxap - 2023-12-04, 07:57 PM
    RE: jellyfin NPM https - no images in local network - by TheDreadPirate - 2023-12-04, 08:24 PM
    RE: jellyfin NPM https - no images in local network - by deadcxap - 2023-12-06, 05:50 AM
    RE: jellyfin NPM https - no images in local network - by TheDreadPirate - 2023-12-06, 04:18 PM
    RE: jellyfin NPM https - no images in local network - by deadcxap - 2023-12-07, 02:42 AM

    • 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