You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Homebridge config. UI is installed and running as part of a Homebridge Docker container how can the “Terminal” section of the UI be disabled?
I see in “Turn off Terminal in browser” that there is a HOMEBRIDGE_CONFIG_UI_TERMINAL environment variable. Adding an ENV HOMEBRIDGE_CONFIG_UI_TERMINAL=0 line to the Dockerfile doesn’t seem to work, though.
It looks like maybe the UI is hardcoded to always enable the terminal when running in a Docker container (config source). Is that right?
Is there any way to disable terminal access through the Web UI when running under Docker?
Logs
No response
Config
No response
Homebridge UI Version
4.65.2
Homebridge Version
1.8.5
Node.js Version
22.12.0
Operating System
Raspberry Pi OS / Raspbian
Environment Info
Using Docker
Raspberry Pi Model
None
The text was updated successfully, but these errors were encountered:
Current Situation
When the Homebridge config. UI is installed and running as part of a Homebridge Docker container how can the “Terminal” section of the UI be disabled?
I see in “Turn off Terminal in browser” that there is a
HOMEBRIDGE_CONFIG_UI_TERMINAL
environment variable. Adding anENV HOMEBRIDGE_CONFIG_UI_TERMINAL=0
line to the Dockerfile doesn’t seem to work, though.It looks like maybe the UI is hardcoded to always enable the terminal when running in a Docker container (config source). Is that right?
Is there any way to disable terminal access through the Web UI when running under Docker?
Logs
No response
Config
No response
Homebridge UI Version
4.65.2
Homebridge Version
1.8.5
Node.js Version
22.12.0
Operating System
Raspberry Pi OS / Raspbian
Environment Info
Using Docker
Raspberry Pi Model
None
The text was updated successfully, but these errors were encountered: