gladiator30

widgets.yaml

Jan 21st, 2026
2,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/latest/configs/service-widgets
  4.  
  5. - resources:
  6. expanded: true
  7. cpu: true
  8. memory: true
  9. disk: /mnt/truenas-share
  10. diskUnits: bbytes
  11. label: Debian
  12.  
  13. - openmeteo:
  14. latitude: REDACTED
  15. longitude: REDACTED
  16. #timezone: Europe/Kiev # optional
  17. units: metric # or imperial
  18. cache: 5 # Time in minutes to cache API responses, to stay within limits
  19. format: # optional, Intl.NumberFormat options
  20. maximumFractionDigits: 1
  21.  
  22. - datetime:
  23. text_size: md
  24. format:
  25. dateStyle: short
  26. timeStyle: short
  27.  
  28. - glances:
  29. url: {{HOMEPAGE_VAR_PROXMOX_GLANCES_URL}}
  30. version: 4 # required only if running glances v4 or higher, defaults to 3
  31. cpu: true # optional, enabled by default, disable by setting to false
  32. mem: true # optional, enabled by default, disable by setting to false
  33. cputemp: true # disabled by default
  34. uptime: true # disabled by default
  35. #disk: / # disabled by default, use mount point of disk(s) in glances. Can also be a list (see below)
  36. #diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
  37. expanded: true # show the expanded view
  38. label: Proxmox # optional
  39.  
Advertisement
Add Comment
Please, Sign In to add comment