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.

update sites

Aly Raffauf (May 8, 2026, 7:17 AM EDT) a693cfaa 74ea7e4d

+6 -6
+5
src/data/apps.ts
··· 36 36 url: "https://vault.cute.haus/", 37 37 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/vaultwarden.png", 38 38 }, 39 + { 40 + name: "Uptime Kuma", 41 + url: "https://kuma.cute.haus/", 42 + icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/uptime-kuma.png", 43 + }, 39 44 ];
+1 -6
src/data/privateApps.ts
··· 55 55 name: "Grafana", 56 56 url: "https://grafana.narwhal-snapper.ts.net/", 57 57 icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/grafana.png", 58 - }, 59 - { 60 - name: "Uptime Kuma", 61 - url: "https://uptime-kuma.narwhal-snapper.ts.net/", 62 - icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/uptime-kuma.png", 63 - }, 58 + } 64 59 ];