Custom app launcher, browser home page, and service monitor. cute.haus
homelab react typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

move navidrome to apps

Aly Raffauf (May 13, 2026, 8:30 PM EDT) 87ec0e56 562a0be5

+6 -6
+5
src/data/apps.ts
··· 27 27 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/immich.png", 28 28 }, 29 29 { 30 + name: "Navidrome", 31 + url: "https://navidrome.cute.haus/", 32 + icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/navidrome.png", 33 + }, 34 + { 30 35 name: "Forĝejo", 31 36 url: "https://git.aly.codes/", 32 37 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/forgejo.png",
+1 -6
src/data/privateApps.ts
··· 12 12 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/photoprism.png", 13 13 }, 14 14 { 15 - name: "Navidrome", 16 - url: "https://navidrome.narwhal-snapper.ts.net/", 17 - icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/navidrome.png", 18 - }, 19 - { 20 15 name: "Sonarr", 21 16 url: "https://sonarr.narwhal-snapper.ts.net/", 22 17 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/sonarr.png", ··· 55 50 name: "Grafana", 56 51 url: "https://grafana.narwhal-snapper.ts.net/", 57 52 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/grafana.png", 58 - } 53 + }, 59 54 ];