42 lines
793 B
YAML
42 lines
793 B
YAML
# Homepage Widgets Configuration
|
|
# Organized by System, Environment, and Search
|
|
- logo:
|
|
icon: wireguard.svg # optional
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
cputemp: true
|
|
tempmin: 0
|
|
tempmax: 100
|
|
uptime: true
|
|
units: imperial
|
|
refresh: 3000
|
|
diskUnits: bytes
|
|
network: true
|
|
|
|
- openmeteo:
|
|
label: Bealeton
|
|
latitude: 38.5718
|
|
longitude: -77.7639
|
|
timezone: America/New_York
|
|
units: imperial
|
|
cache: 5
|
|
format:
|
|
maximumFractionDigits: 1
|
|
|
|
- datetime:
|
|
text_size: sm
|
|
format:
|
|
dateStyle: short
|
|
timeStyle: short
|
|
hour12: true
|
|
timeZone: 'America/New_York'
|
|
|
|
- search:
|
|
provider: custom
|
|
url: http://localhost:8080/search?q=
|
|
focus: true
|
|
target: _blank
|
|
showSearchSuggestions: true |