Add Homepage config files
This commit is contained in:
23
homepage/settings.yaml
Normal file
23
homepage/settings.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
# --- Layout & UI ---
|
||||
layout:
|
||||
Media:
|
||||
style: row
|
||||
columns: 4
|
||||
Monitoring:
|
||||
style: row
|
||||
columns: 3
|
||||
|
||||
headerStyle: branched # Makes the top look cleaner
|
||||
statusStyle: dot # Clean green/red dots for service health
|
||||
favicon: https://traefik.io/favicon.ico
|
||||
|
||||
# --- Behavioral ---
|
||||
fixedHeader: true # Keeps search/weather/stats at the top while scrolling
|
||||
target: _blank # Opens all links in a new tab (so you don't lose the dash)
|
||||
|
||||
# --- Theme & Visuals ---
|
||||
color: slate # A nice, professional dark theme
|
||||
shades:
|
||||
900: "#0f172a" # Deepens the background color
|
||||
|
||||
# Since we are using Open-Meteo in widgets.yaml, we don't need the providers block here.
|
||||
Reference in New Issue
Block a user