From 8c88cbcedef2faa9ad22c0f5a7457b245e4fcdad Mon Sep 17 00:00:00 2001 From: LarryGF Date: Tue, 15 Aug 2023 23:38:19 +0200 Subject: [PATCH] Reorganized dashboard --- argocd/homepage/values.common.yaml | 16 +++------------- terraform/applications.yaml | 2 +- .../applications/flood/values.yaml | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/argocd/homepage/values.common.yaml b/argocd/homepage/values.common.yaml index 73cfd963..ccfc14ea 100644 --- a/argocd/homepage/values.common.yaml +++ b/argocd/homepage/values.common.yaml @@ -46,31 +46,21 @@ homepage: Media: icon: mdi-movie-play style: columns - fiveColumns: true - - # Downloaders: - # icon: mdi-cloud-download - # style: columns Internal: icon: mdi-nas style: columns - fiveColumns: true - Template Aggregators: icon: mdi-briefcase-plus style: columns - fiveColumns: true - Monitoring: icon: mdi-safety-goggles style: columns - fiveColumns: true - Services: icon: mdi-server-network style: columns - fiveColumns: true - + Downloaders: + icon: mdi-download + style: columns bookmarks: diff --git a/terraform/applications.yaml b/terraform/applications.yaml index 8ac960fc..0d5eb65c 100644 --- a/terraform/applications.yaml +++ b/terraform/applications.yaml @@ -292,7 +292,7 @@ filebrowser: sabnzbd: name: sabnzbd namespace: services - deploy: false + deploy: true volumes: config: enabled: true diff --git a/terraform/modules/argocd_application/applications/flood/values.yaml b/terraform/modules/argocd_application/applications/flood/values.yaml index 5008eaad..4f46451c 100644 --- a/terraform/modules/argocd_application/applications/flood/values.yaml +++ b/terraform/modules/argocd_application/applications/flood/values.yaml @@ -9,7 +9,7 @@ rtorrent-flood: gethomepage.dev/enabled: "true" gethomepage.dev/name: "Flood" gethomepage.dev/description: "A beautiful web UI for various torrent clients." - gethomepage.dev/group: "Media" + gethomepage.dev/group: "Downloaders" gethomepage.dev/icon: "flood.png" gethomepage.dev/ping: "http://flood-rtorrent-flood.${namespace}.svc.cluster.local:3000" gethomepage.dev/widget.type: "flood"