• 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 Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem

     
    • 0 Vote(s) - 0 Average

    Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem

    Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem
    nothingveryobvious
    Offline

    Member

    Posts: 112
    Threads: 44
    Joined: 2023 Jun
    Reputation: 0
    Country:United States
    #3
    2025-03-21, 05:53 PM
    Hi @TheDreadPirate thanks for replying.

    Here's the Jellyfin log. At the very end, I had my phone use cell data to access the server on Streamyfin. The libraries populated, but I can't stream anything. https://p.darklab.sh/?7cb67134bd0cd2b0#5...CBLmvrxfdJ

    Here's my SWAG config. SWAG is in Docker, but Jellyfin is the MacOS app, which is why the "proxy_pass" part directly references the address of Jellyfin.


    ## Version 2023/05/31
    # make sure that your jellyfin container is named jellyfin
    # make sure that your dns has a cname set for jellyfin
    # if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
    # if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
    # or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of jellyfin
    # in jellyfin settings, under "Advanced/Networking" add subdomain.mydomain.tld as a known proxy

    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;
    include /config/nginx/resolver.conf;
    set $upstream_app jellyfin;
    set $upstream_port 8096;
    set $upstream_proto http;
    proxy_pass http://10.0.0.94:8096;

    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 jellyfin;
    set $upstream_port 8096;
    set $upstream_proto http;
    proxy_pass http://10.0.0.94:8096;

    }
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem - by nothingveryobvious - 2025-03-18, 05:40 PM
    RE: Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem - by TheDreadPirate - 2025-03-18, 06:11 PM
    RE: Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem - by nothingveryobvious - 2025-03-21, 05:53 PM
    RE: Weird Jellyfin/Streamyfin/Swiftfin + Reverse Proxy + Cloudflare Problem - by TheDreadPirate - 2025-03-21, 07:23 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