• 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
    #3
    2024-03-27, 02:10 PM
    Thanks for your Reply! That Chat would be very helpful!

    i Found a script for SWAG at the bottom of this site about letsencrypt.

    https://jellyfin.org/docs/general/networ...tsencrypt/

    It mentioned that this is for subfolder and subdomain installations. i dont use both of them. So which variable has to change for normal domain without sub?


    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 jellyfin;
            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 ~ (/jellyfin)?/socket/ {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app jellyfin;
            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;
      }
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 3 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