import Link from "next/link"; import { readMeta, listGroups } from "@/lib/store"; import BrowseClient from "./BrowseClient"; export default async function BrowsePage() { const [allRecords, groups] = await Promise.all([readMeta(), listGroups()]); return (
Community
Docker configs and backups shared by the community. Find, inspect, and restore in seconds.