homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

What is env HOMEBRIDGE_CONFIG_UI supposed to do? #454

Closed benzman81 closed 2 years ago

benzman81 commented 2 years ago

Current Situation

I tried ti set HOMEBRIDGE_CONFIG_UI=0 as I thought it would deactivate the config ui, but it doesn't. What's the variable for?

Docker Config

not relevant

Logs

No response

Host Operating System

Synology DSM

Host Architecture

x86_64 / amd64

oznu commented 2 years ago

It does nothing. It was removed in a recent release.

https://github.com/oznu/docker-homebridge/issues/440

benzman81 commented 2 years ago

Thanks you for clarifying.