John W 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.
John W 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.
Rene Wagler and how is it possible to connect the two ports 9981 and 9982 for Kodi over nginx ?? For me only the webinterface is working
Saen Acro 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)
alebupal 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?