• 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 General Questions Swag Docker config example for jellyfin?

     
    • 0 Vote(s) - 0 Average

    Swag Docker config example for jellyfin?

    revivor
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    #5
    2024-03-27, 05:07 PM
    Thanks again!

    I ve change into this
    but still get "no response"

    This my default.conf now:

    Quote:server {
        listen 443 ssl;
        listen [::]:443 ssl;
        server_name jellyfin.*;
        include /config/nginx/ssl.conf;
        client_max_body_size 0;
        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app 192.0.0.2;
            set $upstream_port 8096;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
            proxy_set_header Range $http_range;
            proxy_set_header If-Range $http_if_range;
        }
        location ~ (/socket/ {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app 192.0.0.2;
            set $upstream_port 8096;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection $http_connection;
      }
    }


    what about
    Quote:server_name jellyfin.*;

    should i change jellyfin here too? Server Name of the Host or the Docker Container Name? My Jellyfin is not on Docker!

    My Setup:
    `
    Libreelec with official Jellyfin Addon and "SWAG Docker Addon" runs on the same host. Only SWAG is in docker.

    Maybe Docker Addon don't talk with host? How can i bring them together?

    In jellyfin Network Settings is https not active. Only the official Port Entry 8920. Is that correct?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Swag Docker config example for jellyfin? - by revivor - 2024-03-26, 06:19 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 12:44 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 02:10 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 02:47 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 05:07 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 05:17 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 05:24 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 05:39 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 05:41 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 06:10 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 06:23 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 06:47 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 07:05 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 07:22 PM
    RE: Swag Docker config example for jellyfin? - by SenorSmartyPants - 2024-03-27, 07:52 PM
    RE: Swag Docker config example for jellyfin? - by TheDreadPirate - 2024-03-27, 08:48 PM
    RE: Swag Docker config example for jellyfin? - by revivor - 2024-03-27, 11:01 PM

    • 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