diff --git a/clusters/homelab/homepage/configmap.yaml b/clusters/homelab/homepage/configmap.yaml index 6d11680..6c30a04 100644 --- a/clusters/homelab/homepage/configmap.yaml +++ b/clusters/homelab/homepage/configmap.yaml @@ -8,20 +8,49 @@ data: title: Homelab theme: dark color: slate - services.yaml: | - - Infrastruktur: - - Longhorn: - href: http://longhorn.net-scope.org - description: Storage - - Grafana: - href: https://grafana.net-scope.org - description: Monitoring - bookmarks.yaml: | - [] + layout: + Network: + style: row + columns: 3 + Services: + style: row + columns: 3 widgets.yaml: | + - resources: + cpu: true + memory: true + disk: / - greeting: text_size: xl text: "Homelab" + - search: + provider: duckduckgo + target: _blank + services.yaml: | + - Network: + - Grafana: + href: https://grafana.net-scope.org + description: Monitoring + icon: grafana + - Longhorn: + href: "#" + description: Storage + icon: longhorn + - Services: + - Reddit: + href: https://reddit.com + description: Reddit + icon: reddit + - GitLab: + href: https://gitlab.com + description: GitLab + icon: gitlab + - Website: + href: https://net-scope.org + description: Meine Website + icon: globe + bookmarks.yaml: | + [] docker.yaml: | [] kubernetes.yaml: |