--- import { GLOBAL } from "../../lib/variables"; import Layout from "../../layouts/Layout.astro"; import Section from "../../components/common/Section.astro"; import SearchBar from "../../components/common/SearchBar.astro"; import CategorySection from "../../components/homelab/CategorySection.astro"; import { services } from "./services.ts"; import { initializeSearch } from "../../components/common/searchUtils.js"; --- {GLOBAL.username} • {GLOBAL.shortDescription}

Homelab

No Results

{Object.entries(services).map(([category, apps]) => ( ))}