Skip to content

Typo: docker config uses HYPEGLASS_DISABLE_UI instead of HYPERGLASS_DISABLE_UI #360

Description

@pva

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions