From 5ef3d6a7ba0e21ccc164203e3ca8c629d756ca23 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Fri, 5 Sep 2025 00:49:33 +0200 Subject: [PATCH] arr widgets --- k8s/configmap.yaml | 65 +++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index 6d84bab..9a697f6 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -24,20 +24,43 @@ data: - abbr: GT href: https://gitea.vidoks.fr services.yaml: | - - My First Group: - - My First Service: - href: http://localhost/ - description: Homepage is awesome + - Infrastructure: + - Proxmox: + href: https://192.168.1.81:8006 + description: Hypervisor Management + widget: + type: proxmox + url: https://192.168.1.81:8006 + username: root@pam + password: gerbille69 + node: proxmox + fields: ["vms", "lxc"] - - My Second Group: - - My Second Service: - href: http://localhost/ - description: Homepage is the best - - - My Third Group: - - My Third Service: - href: http://localhost/ - description: Homepage is 😎 + - Media Management: + - Sonarr: + href: http://192.168.1.19:8989 + description: TV Series Management + widget: + type: sonarr + url: http://192.168.1.19:8989 + key: 1c5ede99d43d44138fbe9362c732586d + fields: ["wanted", "queued", "series"] + - Radarr: + href: http://192.168.1.19:7878 + description: Movie Management + widget: + type: radarr + url: http://192.168.1.19:7878 + key: 45180a179dae47c7994c91573cfb12c0 + fields: ["wanted", "missing", "queued", "movies"] + - Prowlarr: + href: http://192.168.1.19:9696 + description: Indexer Management + widget: + type: prowlarr + url: http://192.168.1.19:9696 + key: fa8e81fae8ba4168bcaf082bba1d0b8c + fields: ["numberOfGrabs", "numberOfQueries", "numberOfIndexers"] widgets.yaml: | - kubernetes: cluster: @@ -60,21 +83,5 @@ data: - search: provider: duckduckgo target: _blank - - proxmox: - url: https://192.168.1.81:8006 - username: root@pam - password: gerbille69 - node: proxmox - - sonarr: - url: http://192.168.1.19:8989 - key: 1c5ede99d43d44138fbe9362c732586d - enableQueue: true - - radarr: - url: http://192.168.1.19:7878 - key: 45180a179dae47c7994c91573cfb12c0 - enableQueue: true - - prowlarr: - url: http://192.168.1.19:9696 - key: fa8e81fae8ba4168bcaf082bba1d0b8c docker.yaml: "" \ No newline at end of file