• 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 SOLVED: Local Network Access through Proxy

     
    • 0 Vote(s) - 0 Average

    SOLVED: Local Network Access through Proxy

    Can't access jellyfin on local network
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-10-10, 05:19 PM
    So the container is using port 8096, but that is not pushed to the host's interface without the "ports" section in your compose. Without "ports", only other containers on the same bridge will be able to access Jellyfin, which is OK if you are using NPM for all connections and NPM is on the same bridge network.

    Having said that, I do believe you at least need "expose" on your jellyfin container so that NPM can connect on that port.

    Code:
    jellyfin-testing:
        image: jellyfin/jellyfin:10.9.11
        container_name: jellyfin-testing
        hostname: jellyfin-testing
        user: 1002:1002
        group_add:
          - "993" # Intel render group
        networks:
          blackmoon:
            ipv4_address: 172.16.100.2
        expose:
          - 8096
        volumes:
          - ./jellyfin-stable-data/config:/config
          - ./jellyfin-stable-data/cache:/cache
          - /media/library:/media/library:ro
          - /media/storage2:/media/storage2
          - /media/ramdisk:/media/ramdisk
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        environment:
          - TZ=America/New_York
        restart: unless-stopped
    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
    Local Network Access through Proxy - by contabs - 2024-10-09, 01:21 AM
    RE: Local Network Access through Proxy - by TheDreadPirate - 2024-10-09, 02:46 AM
    RE: Local Network Access through Proxy - by contabs - 2024-10-10, 01:48 PM
    RE: Local Network Access through Proxy - by TheDreadPirate - 2024-10-10, 05:19 PM
    RE: Local Network Access through Proxy - by contabs - 2024-10-11, 02:22 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