44 lines
735 B
YAML
44 lines
735 B
YAML
![]() |
---
|
||
|
# For configuration options and examples, please see:
|
||
|
# https://gethomepage.dev/latest/configs/service-widgets
|
||
|
|
||
|
- resources:
|
||
|
label: CPU
|
||
|
cpu: true
|
||
|
cputemp: true
|
||
|
|
||
|
- resources:
|
||
|
label: RAM
|
||
|
memory: true
|
||
|
|
||
|
- resources:
|
||
|
label: Personal
|
||
|
disk: /mnt/personal
|
||
|
diskUnits: bytes
|
||
|
|
||
|
- resources:
|
||
|
label: Immich
|
||
|
disk: /mnt/immich
|
||
|
diskUnits: bytes
|
||
|
|
||
|
- resources:
|
||
|
label: Files
|
||
|
disk: /mnt/files
|
||
|
diskUnits: bytes
|
||
|
|
||
|
- datetime:
|
||
|
text_size: sm
|
||
|
locale: de
|
||
|
format:
|
||
|
timeStyle: short
|
||
|
hourCycle: h23
|
||
|
dateStyle: short
|
||
|
|
||
|
- weatherapi:
|
||
|
label: Bremen
|
||
|
latitude: 53.084160
|
||
|
longitude: 8.830976
|
||
|
units: metric
|
||
|
apiKey: {{HOMEPAGE_VAR_WEATHERAPI_KEY}}
|
||
|
cache: 5
|