Skip to content

Commit

Permalink
Add UI_THEME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Oct 20, 2024
1 parent a9df0d2 commit 255ce8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions referenz/dashboard/konfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- INSTALLATION_DATE
- ADMIN_PASSWORD
- FRAME_ANCESTORS
- UI_THEME
- CO2_EMISSION_FACTOR
- DB_HOST=postgresql
- DB_PASSWORD=${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -140,6 +141,12 @@ Um die Einbettung der Web-Oberfläche in eine andere Webseite (per `iframe`) zu

Standardmäßig erlaubt SOLECTRUS keine Einbettung.

### `UI_THEME` (ab Version 0.17.1)

Farbschema für die Web-Oberfläche. Mögliche Werte sind `light` und `dark`. Wenn gewählt, wird das Farbschema auf das gewählte Schema fest eingestellt und kann über über die Oberfläche nicht mehr geändert werden. Nützlich ist das für den Einsatz auf einem Digital Signage Display, das nicht man nicht interaktiv bedienen kann oder will.

Optional, Standardwert: leer

### `INFLUX_HOST`

Hostname des InfluxDB-Servers. Im Normalfall, wenn InfluxDB im gleichen Docker-Netzwerk läuft, ist das der Name des Containers (z.B. `influxdb`). Es kann aber auch ein externer InfluxDB-Server sein, z.B. `influxdb.example.com`.
Expand Down

0 comments on commit 255ce8d

Please sign in to comment.