Using LetsEncrypt for SSL to access Jellyfin over internet with duckdns

    • Offizieller Beitrag

    Ok.

    Anyway, error 502 bad gateway is shown at "jellyfin.apXXXXXXXX.duckdns.org"

    Maybe there is some other error I am unable to understand.

    That's probably because jellyfin sn't on the same network as swag

  • Here we go again....

    +1 counter on the lack of info provided:


    anchits123

    Post inside a codebox </> the stack you're using to launch SWAG.


    From the first log you showed, your stack is missing fundamental configs:

  • This is the stack :


    • Offizieller Beitrag

    This is the stack :


    Uh, how is duckdns routing through cloudflare? I didn't even know that was possible. He's not even identified his duckdns token, so I have no idea how he's getting a cert.

  • This is the stack :

    That looks nothing like a stack.


    This is a proper stack:


    Now make a portforward on the router from WAN 80 to OMV ip LAN 5080 && WAN 443 to OMV ip LAN 5443

  • That looks nothing like a stack.


    This is a proper stack:


    Now make a portforward on the router from WAN 80 to OMV ip LAN 5080 && WAN 443 to OMV ip LAN 5443

    I had already done that.

  • I had already done that.

    Post now the output of

     docker logs -f swag


    And can you see the swag park page when you go to https://www.yourduckdns.org

  • Post now the output of

     docker logs -f swag


    And can you see the swag park page when you go to https://www.yourduckdns.org

    Whenever I open jellyfin.axxxxxxxxx.duckdns.org, "Welcome to SWAG instance" page is displayed instead of jellyfin page.

    Maybe it is not redirecting to the specified port 8096...?


    Here are the logs :


    • Offizieller Beitrag

    Whenever I open jellyfin.axxxxxxxxx.duckdns.org, "Welcome to SWAG instance" page is displayed instead of jellyfin page.

    Maybe it is not redirecting to the specified port 8096...?


    Here are the logs :


    I still don't see how this is possible. If jellyfin.subdomain.duckdns.org is going to your swag page, this strongly suggests it's not on the proper NetworkMode


    Can you post the output of these two conmmands


    (the below assumes your swag container is named swag, and your jellyfin is named jellyfin...if they aren't, adjust commands as necessary. )


    Code
    docker inspect swag | grep NetworkMode

    Repeat for jellyfin


    Code
    docker inspect jellyfin | grep NetworkMode


    It should look something likethis.


    Code
    root@openmediavault:~# docker inspect swag | grep NetworkMode
                "NetworkMode": "swag_default",
    root@openmediavault:~# docker inspect emby | grep NetworkMode
                "NetworkMode": "swag_default",
    root@openmediavault:~# 
  • anchits123

    Hat das Label gelöst hinzugefügt.
  • anchits123

    Hat das Label OMV 6.x hinzugefügt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!