From 963e087878aad0cf679385b74caa0489bcef015f Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:07:25 +0200 Subject: [PATCH] docs: the README claimed a domain that does not resolve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vitareba.ch has no DNS record; the app serves at vitareba.orangecat.ch. CLAUDE.md and lib/config/company.ts already say so precisely — the README was the one surface still stating the intended domain as fact, which sent the 2026-08-31 fleet sweep's health check to a dead host. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5395409..6bf35dc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Clinical patient management platform for **Vita GmbH** — a metabolic psychiatr ## Hosting -Self-hosted on the Hetzner box ("bitbaum") behind Caddy, served at **https://vitareba.ch**. There is no managed platform — deployment is pull, `pnpm build` (standalone output), and a systemd service restart. Uploaded documents are stored on local disk and served by Caddy under `/uploads/*`. Scheduled `/api/cron/*` jobs run from systemd timers / cron on the box (schedules defined in `CLAUDE.md` → Cron Jobs). +Self-hosted on the Hetzner box ("bitbaum") behind Caddy, served at **https://vitareba.orangecat.ch** (vitareba.ch is the intended future domain; it has no DNS yet — see lib/config/company.ts). There is no managed platform — deployment is pull, `pnpm build` (standalone output), and a systemd service restart. Uploaded documents are stored on local disk and served by Caddy under `/uploads/*`. Scheduled `/api/cron/*` jobs run from systemd timers / cron on the box (schedules defined in `CLAUDE.md` → Cron Jobs). ## Getting started