From 353f818b411165eadb26406a823a2088c2802855 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 17 Aug 2025 16:39:11 +0800 Subject: [PATCH] fix(icons): update selfhstIcons URL to point to the raw GitHub content --- internal/homepage/list_icons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {