Advertisement
beatznbleepz

widgets.yaml

Aug 14th, 2024 (edited)
1,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.04 KB | Source Code | 0 0
  1. widgets.yaml
  2. # widgets.yaml defines the top header section of the page, which is then followed by showing the services
  3.  
  4. - search:
  5.     provider: duckduckgo
  6.     target: _blank
  7.  
  8. - openmeteo:
  9.     latitude: 45.103081707669844
  10.     longitude: -77.13885884432487
  11.     units: metric
  12.     cache: 15
  13.     format:
  14.       maximumFractionDigits: 0
  15.  
  16. - glances:
  17.    
  18.     url: https://xxx.xxx.xxx:xxxx # <-- where to get the data to display
  19.     href: https://xxx.xxx.xxx # <-- where to go when clicked
  20.     version: 4
  21.     process: true
  22.     cpu: true
  23.     mem: true
  24.     cputemp: true # disabled by default
  25.     uptime: true # disabled by default
  26.     disk: /
  27.     label: Highland Server - Synology DS1821+
  28.    
  29. - glances:
  30.    
  31.     url: https://xxx.xxx.xxx:xxxx # <-- where to get the data to display
  32.     href: https://xxx.xxx.xxx # <-- where to go when clicked
  33.     version: 4
  34.     cpu: true
  35.     mem: true
  36.     free: true
  37.     cputemp: true # disabled by default
  38.     uptime: true # disabled by default
  39.     disk: /
  40.     label: Highland Backup - Synology DS923+
Tags: Config yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement