• 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 No website shows up

     
    • 0 Vote(s) - 0 Average

    No website shows up

    chengscott
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    Country:United States
    #1
    2023-07-26, 06:50 PM (This post was last modified: 2023-07-26, 07:34 PM by chengscott. Edited 1 time in total.)
    I tried to create a jellyfin container using podman:

    Code:
    podman run --replace -d --name jellyfin -p 127.0.0.1:8096:8096 -v $PWD/config:/config -v $PWD/cache:/cache -v /etc/resolv.conf:/etc/resolv.conf:ro docker.io/jellyfin/jellyfin

    Everything looks good after launching:

    Code:
    $ podman ps
    CONTAINER ID  IMAGE                                    COMMAND    CREATED        STATUS                    PORTS                                            NAMES
    2a96fe3e97e7  docker.io/jellyfin/jellyfin:latest                  35 seconds ago  Up 35 seconds (healthy)  127.0.0.1:8096->8096/tcp                          jellyfin
    $ podman logs -f jellyfin
    https://pastebin.com/xRdAqiCG


    But, I cannot see the website neither outside nor inside the container:
    Code:
    $ curl http://127.0.0.1:8096
    $ podman exec -it jellyfin bash
    root@2a96fe3e97e7:/# curl http://127.0.0.1:8096
    root@2a96fe3e97e7:/#
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-07-26, 06:57 PM
    Try this

    Code:
    -p 0.0.0.0:8096:8096

    instead of 127.0.0.1.
    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]
    chengscott
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    Country:United States
    #3
    2023-07-26, 07:03 PM
    (2023-07-26, 06:57 PM)TheDreadPirate Wrote: Try this

    Code:
    -p 0.0.0.0:8096:8096

    instead of 127.0.0.1.

    I just tried it and it's the same.
    The website is not even accessible inside container. I am not sure if jellyfin has successfully started the website based on the log.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2023-07-26, 07:18 PM
    From this doc

    https://jellyfin.org/docs/general/instal...er/#podman

    Code:
    --publish 8096:8096/tcp

    I am assuming -p is the same as --publish? Remove the IP: and add /tcp?
    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]
    chengscott
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    Country:United States
    #5
    2023-07-26, 07:22 PM
    The command are equivalent (we can also see that in podman ps)

    The problem is that I can not even access the website inside the container and I don't think the problem is related to exposing the port to host.

    https://docs.podman.io/en/latest/markdow...t-protocol

    (2023-07-26, 07:18 PM)TheDreadPirate Wrote: From this doc

    https://jellyfin.org/docs/general/instal...er/#podman

    Code:
    --publish 8096:8096/tcp

    I am assuming -p is the same as --publish?  Remove the IP: and add /tcp?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2023-07-26, 07:34 PM
    From within the container, are you able to tell if there are any jellyfin processes?

    I also see these two parameters in the doc that I don't see an equivalent in yours.

    Code:
    --user $(id -u):$(id -g) \
    --userns keep-id \

    Not sure how important they are but the docker guide also specifies the same thing.

    Code:
    --user uid:gid \
    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: 2 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