Initial commit: Add homepage configuration
This commit is contained in:
34
widgets.yaml
Normal file
34
widgets.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/info-widgets/
|
||||
|
||||
- openmeteo:
|
||||
label: Gdansk # optional
|
||||
latitude: 54.372158
|
||||
longitude: 18.638306
|
||||
timezone: Europe/Warsaw # optional
|
||||
units: metric # or imperial
|
||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||
format: # optional, Intl.NumberFormat options
|
||||
maximumFractionDigits: 1
|
||||
|
||||
- datetime:
|
||||
locale: pl
|
||||
text_size: 2xl
|
||||
format:
|
||||
timeStyle: short
|
||||
|
||||
- glances:
|
||||
url: http://10.0.0.1:61208/
|
||||
# username: user # optional if auth enabled in Glances
|
||||
# password: pass # optional if auth enabled in Glances
|
||||
# version: 4 # required only if running glances v4 or higher, defaults to 3
|
||||
cpu: false
|
||||
mem: false
|
||||
cputemp: true
|
||||
uptime: true
|
||||
expanded: false
|
||||
# label: Proxmox
|
||||
# diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
|
||||
refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
|
||||
pointsLimit: 15 # optional, defaults to 15
|
||||
Reference in New Issue
Block a user