36 lines
890 B
YAML
36 lines
890 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/info-widgets/
|
|
|
|
- logo:
|
|
icon: /images/favicon.png
|
|
href: https://heimdall.lan
|
|
target: _self
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
expanded: true
|
|
- resources:
|
|
disk:
|
|
- /
|
|
- /data/Data1
|
|
expanded: true
|
|
- resources:
|
|
cputemp: true
|
|
tempmin: 0 # optional, minimum cpu temp
|
|
tempmax: 100 # optional, maximum cpu temp
|
|
uptime: true
|
|
units: metric # only used by cpu temp, options: 'imperial' or 'metric'
|
|
refresh: 3000 # optional, in ms
|
|
diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
|
|
network: true # optional, uses 'default' if true or specify a network interface name
|
|
expanded: true
|
|
- datetime:
|
|
text_size: xl
|
|
locale: ch
|
|
format:
|
|
dateStyle: short
|
|
timeStyle: long
|
|
hour12: false
|