Files
localgenai/pyinfra/framework/compose/homepage/settings.yaml

30 lines
566 B
YAML
Raw Normal View History

# Top-level dashboard settings. https://gethomepage.dev/configs/settings/
title: localgenai
favicon: https://gethomepage.dev/favicon.ico
theme: dark
color: slate
headerStyle: clean
language: en
target: _blank
# Layout: keep the four service groups in a 3-column grid each so a tile
# fits comfortably without wrapping on a 1440-wide laptop.
layout:
Inference:
style: row
columns: 3
Agent UIs:
style: row
columns: 3
Observability:
style: row
columns: 3
Voice:
style: row
columns: 3
External:
style: row
columns: 3