[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

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