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.

websites: update names for human readability

Aly Raffauf (Apr 26, 2026, 12:35 PM EDT) 09ff11c8 f92c9c88

+2 -2
+2 -2
src/data/websites.ts
··· 1 1 import type { Service } from "../types"; 2 2 3 3 export const websites: Service[] = [ 4 - { name: "aly.codes", url: "https://aly.codes/" }, 4 + { name: "Aly Raffauf", url: "https://aly.codes/" }, 5 5 { name: "atbbs", url: "https://atbbs.xyz/" }, 6 - { name: "switchyard.aly.codes", url: "https://switchyard.aly.codes/" }, 6 + { name: "Switchyard", url: "https://switchyard.aly.codes/" }, 7 7 ];