diff --git a/internal/homepage/list_icons.go b/internal/homepage/list_icons.go index 32184eb0..fb082653 100644 --- a/internal/homepage/list_icons.go +++ b/internal/homepage/list_icons.go @@ -84,7 +84,7 @@ var iconsCache = &Cache{ const ( walkxcodeIcons = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/tree.json" - selfhstIcons = "https://selfhst.github.io/cdn/directory/icons.json" + selfhstIcons = "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/index.json" ) func NewIconKey(source IconSource, reference string) IconKey {