2016-10-13, 23:39
(2016-10-13, 18:05)rlg6767 Wrote: So I've implemented this and it's working successfully but am concerned over the potential security implications and have a few questions:
1. What are the security considerations for running the Heroku - Kodi integration over HTTP as this will expose your kodi credentials in plain text right?
2. How secure is the Kodi webserver itself? From what I've read it's fairly restricted in terms of what you can actually do with it but it's still a potential backdoor.
3. Does anyone have any links for setting up NGINX or similar so that it's HTTPS between Heroku and NGINX and then HTTP between NGINX and Kodi? I've searched the internet for examples but no dice.
Thanks in advance for any feedback or comment.
Your concerns are very valid and it is something I struggled with, but I got there in the end. I do plan on writing something for the repo about it.
The hardest part was getting my head around the concept of a reverse proxy. This guide was the thing that made it all "click" for me: http://www.htpcguides.com/secure-nginx-r...16-04-lts/