From 3f98b306af8a85ce0d6a80a0ebd8f3784d1a3de4 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 16 Mar 2026 23:43:56 +0100 Subject: [PATCH] feat: update homepage layout with widgets and services --- clusters/homelab/homepage/configmap.yaml | 49 +++++++++++++++++++----- 1 file changed, 39 insertions(+), 10 deletions(-) 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: |