[ci skip] fix Homepage icons for Tandoor, Listenarr, Networking Toolbox, Goldilocks

tandoor.png → tandoor-recipes.png (dashboard-icons), podcast.png →
mdi-podcast, networking.png → mdi-lan, goldilocks.png → mdi-scale-balance
This commit is contained in:
Viktor Barzin 2026-03-07 21:29:51 +00:00
parent d5fdc3e4e2
commit b58ab599d6
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 4 additions and 4 deletions

View file

@ -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" = ""
}

View file

@ -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" = ""
}

View file

@ -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" = ""
}

View file

@ -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" = ""
}