Files
glance/config/glance.yml
T

26 lines
736 B
YAML

server:
assets-path: /app/assets
branding:
app-name: "HomeLab Dash" # PWA/Tab Name
app-background-color: "#22232e" # PWA Background
theme:
background-color: 240 13 14
primary-color: 51 33 68
negative-color: 358 100 68
contrast-multiplier: 1.2
disable-picker: true
# Note: assets are cached by the browser, changes to the CSS file
# will not be reflected until the browser cache is cleared (Ctrl+F5)
custom-css-file: /assets/user.css
pages:
# It's not necessary to create a new file for each page and include it, you can simply
# put its contents here, though multiple pages are easier to manage when separated
- $include: home.yml
- $include: media.yml
- $include: services.yml