Deployment Type
Docker
Version
v2.0.4
Steps to Reproduce
The Dockerfile and compose.yaml define HYPEGLASS_DISABLE_UI, but the documented and implemented environment variable is HYPERGLASS_DISABLE_UI.
Because of the missing "R", the container-provided setting is ignored by the application (hyperglass/models/system.py (line 35)). As a result, Settings.disable_ui remains false and hyperglass still runs the UI startup path instead of honoring the intended UI-disabled configuration.
Expected Behavior
Setting HYPERGLASS_DISABLE_UI=true should disable UI build/serving.
Observed Behavior
The Docker and Compose defaults set HYPEGLASS_DISABLE_UI, which hyperglass does not read.
Configuration
Affected files:
- Dockerfile
- compose.yaml
Devices
Logs
Deployment Type
Docker
Version
v2.0.4
Steps to Reproduce
The Dockerfile and compose.yaml define
HYPEGLASS_DISABLE_UI, but the documented and implemented environment variable isHYPERGLASS_DISABLE_UI.Because of the missing "R", the container-provided setting is ignored by the application (
hyperglass/models/system.py (line 35)). As a result, Settings.disable_ui remains false and hyperglass still runs the UI startup path instead of honoring the intended UI-disabled configuration.Expected Behavior
Setting
HYPERGLASS_DISABLE_UI=trueshould disable UI build/serving.Observed Behavior
The Docker and Compose defaults set HYPEGLASS_DISABLE_UI, which hyperglass does not read.
Configuration
Devices
Logs