• 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

     
    • 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
    #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 :
       
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-27, 03:16 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-27, 04:02 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-27, 04:13 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-27, 04:28 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-27, 04:35 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-27, 07:13 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-27, 07:28 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-27, 07:32 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-27, 07:41 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-27, 09:11 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-27, 10:11 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-28, 12:12 AM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-28, 09:53 AM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-28, 03:11 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-07-28, 04:35 PM
    RE: Admin local login only with Nginx Proxy Manager - by TheDreadPirate - 2024-07-28, 10:31 PM
    RE: Admin local login only with Nginx Proxy Manager - by Buzzi - 2024-08-01, 04:21 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