Forums » Tutorial and setups »
Nginx Proxy Manager and Tvheadend
Added by John W over 4 years ago
Hi everyone, I am trying to set up Nginx Proxy Manager so I can access Tvheadend at tvheadend.mydomain.net
Everything is set up and working, and when I navigate to tvheadend.mydomain.net, I get the authentication prompt. However, after I provide my username and password, I get a 403 forbidden error. I am using the linuxserver/tvheadend docker container. Any help is appreciated.
Replies (5)
RE: Nginx Proxy Manager and Tvheadend - Added by John W over 4 years ago
Solved it. The trick was to go into Tvheadend configuration, and tick the box that says PROXY Protocol & X-Forwarded-For. It's under HTTP server settings, and you may need to switch to View Mode Expert to see it. I also needed to enable Websockets in the proxy manager.
RE: Nginx Proxy Manager and Tvheadend - Added by Rene Wagler about 4 years ago
and how is it possible to connect the two ports 9981 and 9982 for Kodi over nginx ?? For me only the webinterface is working
RE: Nginx Proxy Manager and Tvheadend - Added by saen acro about 4 years ago
To do that you need costume build nginx with some extra plug-ins.
https://github.com/arut/nginx-ts-module
also to meke it work only with URL with include
/stream/channelid
This is for :9981 non HTSP streaming (used in kodi)
RE: Nginx Proxy Manager and Tvheadend - Added by alebupal alebupal over 3 years ago
Hi,
How to connect kodi with tvheadend using "Nginx Proxy Manager"?
I can access tvheadend through the proxy without problems but I can't get it to connect to kodi.
Nginx Proxy Manager:
http://prntscr.com/1imnr22
kodi:
http://prntscr.com/1imolqf
Has anyone succeeded?
RE: Nginx Proxy Manager and Tvheadend - Added by saen acro over 3 years ago
KODI use port :9982 by default not :9981