diyhue / diyHue

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

Change web server (web ui) listening port #876

Closed eisengrau closed 1 year ago

eisengrau commented 1 year ago

Describe the issue

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,

Steps you tried

Checked documentation. Checked config.yaml

How we can help

Enable the possibility to change web ui port from within the docker container.

Logs

Docker Info (please complete the following information):

Checklist

Additional context

mariusmotea commented 1 year ago

I already replyed in #874

You can change the bind address, just look on the possible arguments of the docker container, but most likely you don't want to do this because no app will work.