• 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 Networking & Access Admin local login only with Nginx Proxy Manager

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Admin local login only with Nginx Proxy Manager

    Buzzi
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #11
    2024-07-27, 10:11 PM (This post was last modified: 2024-07-28, 09:29 AM by Buzzi. Edited 1 time in total.)
    That works !

    I found the IP with the commands you provided (172.19.0.2).
    In "Known Proxy" I entered the two IPs "172.19.0.2,192.168.1.20".

    Thanks !


    Is it better to use Nginx in Host rather than Bridge ?
    I will just have to enter "jellyfin.mydomain.com" in "Know Proxy" right ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-07-28, 12:12 AM
    Practically speaking it doesn't make a difference.

    You do not put your domain in known proxies. It is only for IPs of proxies, like Nginx.

    Also, backing up a bit, I do not recommend using Cloudflare to proxy your jellyfin since you already using https. It is against Cloudflare's TOS to stream video through their free proxy service. Switch it to DNS only.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Buzzi
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #13
    2024-07-28, 09:53 AM
    Ok I disable Cloudflare Proxies, and now it's DNS only.
       

    but now I can still connect remotely.
    The client IP when I connect is 172.19.0.1
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-07-28, 03:11 PM
    And if you add that IP to the known proxies? What container is assigned that IP? Is that the bridge itself?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Buzzi
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #15
    2024-07-28, 04:35 PM
    I've tried various things, here's where I am.

    My steup :
    - The PC is on Windows 11.
    - Jellyfin is just install on Windows
    - NPM is install via Docker Compose and Docker Desktop

    Here is the .yml
    Code:
    version: '3.8'
    services:
      app:
        image: 'jc21/nginx-proxy-manager:latest'
        container_name: NPM
        restart: unless-stopped
        ports:
          # These ports are in format <host-port>:<container-port>
          - '80:80' # Public HTTP Port
          - '443:443' # Public HTTPS Port
          - '81:81' # Admin Web Port

        volumes:
          - C:\Docker\Nginx\data:/data
          - C:\Docker\Nginx\letsencrypt:/etc/letsencrypt
          - C:\Docker\Nginx\_hsts.conf:/app/templates/_hsts.conf:ro



    The machine's IP is : 192.168.1.20
    NPM's IP is : 172.18.0.2 (obtained with the command "docker inspect NPM | findstr IPAddres"
    Docker Desktop's IP is : 192.168.65.0/24


    I tried all possible IP combinations in "Known Proxies". they all allow remote connection.
    Here are the client IPs obtained :
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-07-28, 10:31 PM
    I guess try switching to host networking.

    Add "network_mode: host" to your docker compose.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Buzzi
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #17
    2024-08-01, 04:21 PM
    I tried to launch Nginx in host mode, but without success. I gave up and switched to Tailscale.
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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