Business agent: deployment details — NixOS/Podman/ARM64, domain docfast.dev

This commit is contained in:
Hoid 2026-02-14 13:16:28 +00:00
parent 930a2e03cc
commit d8738db8ce
6 changed files with 174 additions and 17 deletions

View file

@ -1,18 +1,21 @@
{
"phase": 1,
"phaseLabel": "Build MVP",
"status": "deployment-ready",
"product": "DocFast — HTML/Markdown/URL to PDF API",
"currentPriority": "Deploy to server. Buy domain. Set up Stripe for payments.",
"humanFeedback": "User created the Forgejo repo. Will host on existing server.",
"blockers": [
"Need domain (docfast.dev or similar)",
"Need Stripe account for payments",
"Need deployment instructions (which server, docker access?)"
],
"resolved": [
"Forgejo push — fixed by using ssh://forgejo@ URL"
],
"phaseLabel": "Build MVP — Deployment",
"status": "ready-to-deploy",
"product": "DocFast — HTML/Markdown to PDF API",
"currentPriority": "Prepare deployment for NixOS + Podman on ARM64. Domain docfast.dev is bought (INWX). Stripe keys will be in /home/openclaw/.openclaw/workspace/.credentials/docfast.env (NEVER read this file — source at runtime only). Update Dockerfile for ARM64 compatibility. Create podman-compose or deployment script. Soft-launch free tier first, add Stripe billing once keys are filled in.",
"infrastructure": {
"domain": "docfast.dev",
"registrar": "INWX",
"server": "NixOS ARM64",
"containerRuntime": "podman",
"arch": "arm64"
},
"credentials": {
"stripeKeys": "/home/openclaw/.openclaw/workspace/.credentials/docfast.env",
"NEVER_READ_DIRECTLY": true
},
"blockers": [],
"startDate": "2026-02-14",
"sessionCount": 5
}