diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.52k stars 274 forks source link

Change listening port of the web server #874

Open eisengrau opened 1 year ago

eisengrau commented 1 year ago

Hello,

It is possible to change the listening port of the internal web server (to something else than 80)? Either from a config file directly, or from an evironment directive for docker-compose? My user case wouild be to run it in a container with host network mode (instead of a bridged one, as I currently have issues with it) and I'm currently running another web service on port 80 on the host.

Thank You,

close-issue-app[bot] commented 1 year ago

This issue was automatically closed because the issue template was not filled out or because you have not confirmed you have read all parts of the checklist. To ensure we are able to properly support you, please make sure that you are posting in the right place and to fill out the issue template so that a bunch of standard questions don't need to be asked again each time. Thank you for taking the time to report a bug/feature/help request, hopefully it can be resolved soon. This issue will not be reviewed, so if you need further assistance, please create a new issue, following the template.

mariusmotea commented 1 year ago

This is most likely something you don't want since hue apps try to connect to a dedicated device with the default web ports so the developers did not tried to add this flexibility. The fix to this issue add secondary ip to this device and use the bind to ip feature of docker (docker-compose).