[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.
This commit is contained in:
Viktor Barzin 2026-03-07 21:14:17 +00:00
parent efe0cdefc8
commit d5fdc3e4e2
No known key found for this signature in database
GPG key ID: 0EB088298288D958
9 changed files with 9 additions and 9 deletions

View file

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