From e2d78acfc649e51b8b596c34e0c17346ddafbb54 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:43:59 +0200 Subject: [PATCH] docs: deployment is self-hosted Hetzner, not Vercel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit botsmann migrated off Vercel/Neon/Supabase-cloud on 2026-06-12 (commit b87efa3a). Correct the stale stack table line. NOTE: vercel.json + scripts/deployment/deploy-monitor.sh + the .vercel.app README badge + app-code VERCEL_URL refs left intact — see PR description (vercel.json carries a live /api/rebuild cron that needs an off-Vercel home before removal). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74bec4f0..a103288c 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Rate limits: 20 req/60s for chat, 15 req/60s for professional chat. | Embeddings | Transformers.js (all-MiniLM-L6-v2, 384d) | | Auth | Supabase Auth + Row Level Security | | Email | AWS SES | -| Deployment | Vercel, GitHub Actions CI/CD | +| Deployment | Self-hosted on Hetzner (behind Caddy); GitHub Actions CI | ---