290cb8949e
- Config per $include aufgeteilt (glance.yml -> pages/home/infrastructure/ops, containers-map zentral) - Neue Widgets: Komodo Stacks, Gitea GitOps, Paperless, Mealie, Scrutiny Disk Health, Wetter, To-do - Neue Seite Ops und Releases (releases-Widget fuer gepinnte Images, RSS, Commit-Log) - Homelab-Status in Tab-Gruppen Core/Apps/Ops, Speedtest-Widget mit ehrlichem Leerzustand - Theme-Presets (Catppuccin, Gruvbox, Light) + custom.css via Assets-Mount - Compose: 5 neue read-only Token-ENVs, Doku in SECRETS_MAP/MASTER_TODO nachgezogen Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
40 lines
902 B
YAML
40 lines
902 B
YAML
server:
|
|
proxied: true
|
|
assets-path: /app/assets
|
|
|
|
branding:
|
|
app-name: KalliLab Dashboard
|
|
logo-text: KL
|
|
hide-footer: true
|
|
|
|
theme:
|
|
background-color: 210 20 13
|
|
primary-color: 212 100 50
|
|
positive-color: 140 70 40
|
|
negative-color: 4 78 57
|
|
contrast-multiplier: 1.25
|
|
text-saturation-multiplier: 0.9
|
|
disable-picker: false
|
|
custom-css-file: /assets/custom.css
|
|
presets:
|
|
catppuccin-mocha:
|
|
background-color: 240 21 15
|
|
primary-color: 217 92 83
|
|
positive-color: 115 54 76
|
|
negative-color: 347 70 65
|
|
contrast-multiplier: 1.2
|
|
gruvbox-dark:
|
|
background-color: 0 0 16
|
|
primary-color: 43 59 81
|
|
positive-color: 61 66 44
|
|
negative-color: 6 96 59
|
|
kallilab-light:
|
|
light: true
|
|
background-color: 220 23 95
|
|
primary-color: 212 100 35
|
|
positive-color: 140 70 30
|
|
negative-color: 0 70 45
|
|
|
|
pages:
|
|
$include: pages.yml
|