import { apiBase } from "@/lib/api"; // Shown while the backend git server isn't reachable yet. export default function Offline() { const base = apiBase(); return (
❄ the archive is unreachable
{base ? (
<>
This site is configured to read from {base},
but that server didn't answer. If you run this frieren, check that the
backend is up and reachable from the internet.
>
) : (
<>
No backend is configured yet. Set the FRIEREN_API_URL{" "}
environment variable on this deployment to the public URL of your frieren git
server (for example https://git.example.com),
then redeploy.
>
)}
Everything here is read-only — the repositories live on the owner's own machine, and this page is just the window into them.