• 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 Announcements Project Announcements New Jellyfin Server/Web release: 10.10.7

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.10.7

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2025-04-05, 10:43 PM
    (2025-04-05, 10:36 PM)AlexKalopsia Wrote: Can someone explain what needs to be done in order to set trusted proxies when using JF behind nginx reverse proxy?

    Dashboard > Networking > Known proxies

    You'd put in the IP address or HOST name (NOT your domain name) in this field for the host running Nginx.
    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]
    JFVY0024
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #12
    2025-04-06, 01:13 AM
    (2025-04-05, 10:43 PM)TheDreadPirate Wrote:
    (2025-04-05, 10:36 PM)AlexKalopsia Wrote: Can someone explain what needs to be done in order to set trusted proxies when using JF behind nginx reverse proxy?

    Dashboard > Networking > Known proxies

    You'd put in the IP address or HOST name (NOT your domain name) in this field for the host running Nginx.

    Thank you! this really helps!
    thornbill
    Offline

    Core Team

    Posts: 175
    Threads: 6
    Joined: 2023 Jun
    Reputation: 8
    Country:United States
    #13
    2025-04-06, 02:09 AM
    If anyone wants to make a change to the help text, you can find it here: https://github.com/jellyfin/jellyfin-web....json#L576
    [Image: thornbill?style=flat&logo=github]
    T.S. Vaidyanathan
    Offline

    Junior Member

    Posts: 10
    Threads: 5
    Joined: 2023 Oct
    Reputation: 0
    #14
    2025-04-06, 03:43 AM
    What if the host of the reverse proxy is the same machine as the Server? What do I put in the reverse proxy section (trusted proxies)? 192.168.0.34? Or do I also specify the port? I can see from here that I should not put the domain of the reverse proxy, i.e jellyfindomainname.com

    So what do I do?
    I-G-1-1
    Offline

    Junior Member

    Posts: 13
    Threads: 1
    Joined: 2023 Jun
    Reputation: 0
    #15
    2025-04-06, 09:37 AM
    (2025-04-06, 03:43 AM)T.S. Vaidyanathan Wrote: What if the host of the reverse proxy is the same machine as the Server? What do I put in the reverse proxy section (trusted proxies)? 192.168.0.34? Or do I also specify the port? I can see from here that I should not put the domain of the reverse proxy, i.e jellyfindomainname.com

    So what do I do?

    I think you should put 127.0.0.1 (loopback interface)
    jpizquierdo
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    #16
    2025-04-06, 09:38 AM (This post was last modified: 2025-04-06, 09:39 AM by jpizquierdo. Edited 1 time in total.)
    Hello guys, in my use case it is now working anymore, I am a behind a reverse proxy (Caddy) in ip 192.168.1.6 and my jellyfin instance is in 192.168.1.8 (both in proxmox in the same machine).

    I have set know proxies in jellyfin config to:
    192.168.1.6

    and my caddyfile is like always:

    jellyfin.example.com {
            reverse_proxy 192.168.1.8:8096
    }

    any help here?

    Thanks in advance
    I-G-1-1
    Offline

    Junior Member

    Posts: 13
    Threads: 1
    Joined: 2023 Jun
    Reputation: 0
    #17
    2025-04-06, 09:46 AM
    (2025-04-06, 09:38 AM)jpizquierdo Wrote: Hello guys, in my use case it is now working anymore, I am a behind a reverse proxy (Caddy) in ip 192.168.1.6 and my jellyfin instance is in 192.168.1.8 (both in proxmox in the same machine).

    I have set know proxies in jellyfin config to:
    192.168.1.6

    and my caddyfile is like always:

    jellyfin.example.com {
            reverse_proxy 192.168.1.8:8096
    }

    any help here?

    Thanks in advance

    I think you need to declare some "x-forward" settings for Caddy.

    I use NGINX so I don't know how to configure caddy for "x-forward".
    jpizquierdo
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    #18
    2025-04-06, 10:05 AM
    (2025-04-06, 09:46 AM)I-G-1-1 Wrote:
    (2025-04-06, 09:38 AM)jpizquierdo Wrote: Hello guys, in my use case it is now working anymore, I am a behind a reverse proxy (Caddy) in ip 192.168.1.6 and my jellyfin instance is in 192.168.1.8 (both in proxmox in the same machine).

    I have set know proxies in jellyfin config to:
    192.168.1.6

    and my caddyfile is like always:

    jellyfin.example.com {
            reverse_proxy 192.168.1.8:8096
    }

    any help here?

    Thanks in advance

    I think you need to declare some "x-forward" settings for Caddy.

    I use NGINX so I don't know how to configure caddy for "x-forward".

    Thanks, I am making some research, It is supposed that caddy takes care automatically of the X-Forwarded-Host:
    https://caddyserver.com/docs/caddyfile/d...roxy#https

    I have it working like that with homeassistant, only setting the known proxy in homeassistant config and nothing else in caddy. so I do not know what to do
    I-G-1-1
    Offline

    Junior Member

    Posts: 13
    Threads: 1
    Joined: 2023 Jun
    Reputation: 0
    #19
    2025-04-06, 10:16 AM
    do you have Dashboard > Networking > remote access settings enabled?
    jpizquierdo
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    #20
    2025-04-06, 10:28 AM
    (2025-04-06, 10:16 AM)I-G-1-1 Wrote: do you have Dashboard > Networking > remote access settings enabled?

    Yes, thank you.
    I have it working now, caddy works out of the box only putting that in know hosts....
    what happened was this: 
    https://community.cloudflare.com/t/websi...iga/774721

    f*uck*ng La Liga and ISP provider blocking my own IP from myself. I hate this....
    sorry for the noise guys, we have been in blockings from our ISPs in spain since last two months.
    I used my VPN to check that it is working form the outside world
    Pages (4): « Previous 1 2 3 4 Next »

    « Next Oldest | Next Newest »

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