Auto detect favicon type and add fallback

This commit is contained in:
Svilen Markov
2025-05-05 11:03:30 +01:00
parent 176f14df70
commit 26ab9c7b05
3 changed files with 14 additions and 6 deletions
+1
View File
@@ -50,6 +50,7 @@ type config struct {
LogoText string `yaml:"logo-text"`
LogoURL string `yaml:"logo-url"`
FaviconURL string `yaml:"favicon-url"`
FaviconType string `yaml:"-"`
AppName string `yaml:"app-name"`
AppIconURL string `yaml:"app-icon-url"`
AppBackgroundColor string `yaml:"app-background-color"`