From b58ab599d64e9c4ff4951b363e39f3aa1bf9d6d2 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 7 Mar 2026 21:29:51 +0000 Subject: [PATCH] [ci skip] fix Homepage icons for Tandoor, Listenarr, Networking Toolbox, Goldilocks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tandoor.png → tandoor-recipes.png (dashboard-icons), podcast.png → mdi-podcast, networking.png → mdi-lan, goldilocks.png → mdi-scale-balance --- stacks/networking-toolbox/main.tf | 2 +- stacks/platform/modules/vpa/main.tf | 2 +- stacks/servarr/listenarr/main.tf | 2 +- stacks/tandoor/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stacks/networking-toolbox/main.tf b/stacks/networking-toolbox/main.tf index dffc1f5e..7ce1f656 100644 --- a/stacks/networking-toolbox/main.tf +++ b/stacks/networking-toolbox/main.tf @@ -97,7 +97,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Networking Toolbox" "gethomepage.dev/description" = "Network diagnostic tools" - "gethomepage.dev/icon" = "networking.png" + "gethomepage.dev/icon" = "mdi-lan" "gethomepage.dev/group" = "Development & CI" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/platform/modules/vpa/main.tf b/stacks/platform/modules/vpa/main.tf index cea29b57..5c6b551a 100644 --- a/stacks/platform/modules/vpa/main.tf +++ b/stacks/platform/modules/vpa/main.tf @@ -88,7 +88,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Goldilocks" "gethomepage.dev/description" = "Resource recommendations" - "gethomepage.dev/icon" = "goldilocks.png" + "gethomepage.dev/icon" = "mdi-scale-balance" "gethomepage.dev/group" = "Core Platform" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/servarr/listenarr/main.tf b/stacks/servarr/listenarr/main.tf index cc51a874..5711efa2 100644 --- a/stacks/servarr/listenarr/main.tf +++ b/stacks/servarr/listenarr/main.tf @@ -116,7 +116,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Listenarr" "gethomepage.dev/description" = "Podcast manager" - "gethomepage.dev/icon" = "podcast.png" + "gethomepage.dev/icon" = "mdi-podcast" "gethomepage.dev/group" = "Media & Entertainment" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/tandoor/main.tf b/stacks/tandoor/main.tf index a9200c30..c7443031 100644 --- a/stacks/tandoor/main.tf +++ b/stacks/tandoor/main.tf @@ -203,7 +203,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Tandoor" "gethomepage.dev/description" = "Recipe manager" - "gethomepage.dev/icon" = "tandoor.png" + "gethomepage.dev/icon" = "tandoor-recipes.png" "gethomepage.dev/group" = "Productivity" "gethomepage.dev/pod-selector" = "" }