maxbec / hassio-diyHue

Fully configurable diyHue add-on for home-assistant.
30 stars 17 forks source link

Don't use host network #16

Closed foxy82 closed 3 years ago

foxy82 commented 3 years ago

Don't use host network as we don't need it as the ports we need are forwarded on. This removes issues with ports clashing with other services and also allows diyhue to be proxied properly using nginx addon.

maxbec commented 3 years ago

Hey @foxy82,

thank you for the PR. That is a huge improvement. I will merge it tonight.

foxy82 commented 3 years ago

Thanks - to do it properly it will rely on this being merged to the nginx addon: https://github.com/home-assistant/addons/pull/1948

However it can be done by manually manipulating the certificate files.

maxbec commented 3 years ago

Added the changes manually. Thank you @foxy82