mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
39 lines
860 B
YAML
39 lines
860 B
YAML
---
|
|
#- logo:
|
|
# icon: https://raw.githubusercontent.com/LilDrunkenSmurf/k3s-home-cluster/main/icons/lds-transparent.png
|
|
- search:
|
|
provider: custom
|
|
url: https://kagi.com/search?q=
|
|
focus: false
|
|
target: _blank
|
|
suggestionUrl: https://kagi.com/api/autosuggest?q=
|
|
showSearchSuggestions: true
|
|
- greeting:
|
|
text_size: xl
|
|
text: Greetings, Citizen.
|
|
- kubernetes:
|
|
cluster:
|
|
cpu: true
|
|
label: cluster
|
|
memory: true
|
|
show: true
|
|
showLabel: true
|
|
nodes:
|
|
cpu: true
|
|
memory: true
|
|
show: false
|
|
showLabel: true
|
|
- openmeteo:
|
|
label: Home
|
|
latitude: "{{HOMEPAGE_VAR_LATITUDE}}"
|
|
longitude: "{{HOMEPAGE_VAR_LONGITUDE}}"
|
|
timezone: Europe/Paris
|
|
units: metric
|
|
cache: 5
|
|
- datetime:
|
|
text_size: l
|
|
format:
|
|
dateStyle: long
|
|
timeStyle: short
|
|
hourCycle: h23
|