From d5fdc3e4e29ff0492feb87747c4bad81b83aa6d1 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 7 Mar 2026 21:14:17 +0000 Subject: [PATCH] [ci skip] fix invalid Homepage dashboard icons for 9 services Use correct dashboard-icons names where available (changedetection, gramps-web), Material Design Icons for custom apps (city-guesser, plotting-book, resume, tuya-bridge, trading-bot, poison-fountain), and Simple Icons for F1 Stream. --- stacks/changedetection/main.tf | 2 +- stacks/city-guesser/main.tf | 2 +- stacks/f1-stream/main.tf | 2 +- stacks/grampsweb/main.tf | 2 +- stacks/plotting-book/main.tf | 2 +- stacks/poison-fountain/main.tf | 2 +- stacks/resume/main.tf | 2 +- stacks/trading-bot/main.tf | 2 +- stacks/tuya-bridge/main.tf | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/stacks/changedetection/main.tf b/stacks/changedetection/main.tf index eabd70f4..1524688e 100644 --- a/stacks/changedetection/main.tf +++ b/stacks/changedetection/main.tf @@ -168,7 +168,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Changedetection" "gethomepage.dev/description" = "Website change monitor" - "gethomepage.dev/icon" = "changedetection-io.png" + "gethomepage.dev/icon" = "changedetection.png" "gethomepage.dev/group" = "Automation" "gethomepage.dev/pod-selector" = "" "gethomepage.dev/widget.type" = "changedetectionio" diff --git a/stacks/city-guesser/main.tf b/stacks/city-guesser/main.tf index 58d54428..95006a48 100644 --- a/stacks/city-guesser/main.tf +++ b/stacks/city-guesser/main.tf @@ -96,7 +96,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "City Guesser" "gethomepage.dev/description" = "Geography game" - "gethomepage.dev/icon" = "globe.png" + "gethomepage.dev/icon" = "mdi-earth" "gethomepage.dev/group" = "Other" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/f1-stream/main.tf b/stacks/f1-stream/main.tf index 65166579..5a731f2e 100644 --- a/stacks/f1-stream/main.tf +++ b/stacks/f1-stream/main.tf @@ -132,7 +132,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "F1 Stream" "gethomepage.dev/description" = "Formula 1 live streams" - "gethomepage.dev/icon" = "f1.png" + "gethomepage.dev/icon" = "si-f1" "gethomepage.dev/group" = "Media & Entertainment" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/grampsweb/main.tf b/stacks/grampsweb/main.tf index 24554a7c..7c5c4909 100644 --- a/stacks/grampsweb/main.tf +++ b/stacks/grampsweb/main.tf @@ -308,7 +308,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "GrampsWeb" "gethomepage.dev/description" = "Family tree" - "gethomepage.dev/icon" = "grampsweb.png" + "gethomepage.dev/icon" = "gramps-web.png" "gethomepage.dev/group" = "Other" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/plotting-book/main.tf b/stacks/plotting-book/main.tf index a3faa25e..745f169e 100644 --- a/stacks/plotting-book/main.tf +++ b/stacks/plotting-book/main.tf @@ -132,7 +132,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Plotting Book" "gethomepage.dev/description" = "Interactive fiction" - "gethomepage.dev/icon" = "book.png" + "gethomepage.dev/icon" = "mdi-book-open-variant" "gethomepage.dev/group" = "Other" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/poison-fountain/main.tf b/stacks/poison-fountain/main.tf index 1849e4c9..2693a5ba 100644 --- a/stacks/poison-fountain/main.tf +++ b/stacks/poison-fountain/main.tf @@ -215,7 +215,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Poison Fountain" "gethomepage.dev/description" = "AI bot trap" - "gethomepage.dev/icon" = "shield.png" + "gethomepage.dev/icon" = "mdi-shield-alert" "gethomepage.dev/group" = "Other" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/resume/main.tf b/stacks/resume/main.tf index 1738d278..e1caeccd 100644 --- a/stacks/resume/main.tf +++ b/stacks/resume/main.tf @@ -299,7 +299,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Resume" "gethomepage.dev/description" = "Online resume" - "gethomepage.dev/icon" = "resume.png" + "gethomepage.dev/icon" = "mdi-file-account" "gethomepage.dev/group" = "Other" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/trading-bot/main.tf b/stacks/trading-bot/main.tf index 811812c1..fa513b32 100644 --- a/stacks/trading-bot/main.tf +++ b/stacks/trading-bot/main.tf @@ -488,7 +488,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Trading Bot" "gethomepage.dev/description" = "Automated trading" - "gethomepage.dev/icon" = "alpaca.png" + "gethomepage.dev/icon" = "mdi-chart-line" "gethomepage.dev/group" = "Finance & Personal" "gethomepage.dev/pod-selector" = "" } diff --git a/stacks/tuya-bridge/main.tf b/stacks/tuya-bridge/main.tf index c69d19bf..c275559a 100644 --- a/stacks/tuya-bridge/main.tf +++ b/stacks/tuya-bridge/main.tf @@ -124,7 +124,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Tuya Bridge" "gethomepage.dev/description" = "Smart device bridge" - "gethomepage.dev/icon" = "tuya-smart.png" + "gethomepage.dev/icon" = "mdi-home-automation" "gethomepage.dev/group" = "Smart Home" "gethomepage.dev/pod-selector" = "" }