• 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?

    SenorSmartyPants
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #15
    2024-03-27, 07:52 PM
    I use host networking and I've finally got one family member using it offsite. I need to figure out the best way to secure this/authentication. Family member uses a Roku, currently no password, but want to switch to password/pin but not working well on my 10.8.7 install (doesn't ever prompt for pin on local networks).

    Here's my swag config.

    Quote:server {
        listen 443 ssl;
        listen [::]:443 ssl;

        server_name jellyfin.* j.*;

        include /config/nginx/ssl.conf;

        client_max_body_size 0;

        location / {
            include /config/nginx/proxy.conf;
            include /config/nginx/resolver.conf;
            set $upstream_app rockpi;
            set $upstream_port 8096;
            set $upstream_proto http;
            proxy_pass $upstream_protoConfused-face/$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;
            include /config/nginx/resolver.conf;
            set $upstream_app rockpi;
            set $upstream_port 8096;
            set $upstream_proto http;
            proxy_pass $upstream_protoConfused-face/$upstream_app:$upstream_port;

        }
    }
    « 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