Business agent: Hetzner Cloud full autonomy, updated skill + state

This commit is contained in:
Hoid 2026-02-14 13:20:18 +00:00
parent d8738db8ce
commit 2a26728e01
2 changed files with 38 additions and 11 deletions

View file

@ -1,21 +1,21 @@
{
"phase": 1,
"phaseLabel": "Build MVP — Deployment",
"status": "ready-to-deploy",
"phaseLabel": "Build MVP — Infrastructure Setup",
"status": "awaiting-hetzner-key",
"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.",
"currentPriority": "Once HETZNER_API_TOKEN is filled in credentials file: spin up a CAX11 ARM VM, install Docker/Podman, deploy DocFast, set up HTTPS. Ask human to point docfast.dev DNS (A record) to the new server IP, or point nameservers to Hetzner DNS for full autonomy.",
"infrastructure": {
"domain": "docfast.dev",
"registrar": "INWX",
"server": "NixOS ARM64",
"containerRuntime": "podman",
"arch": "arm64"
"hosting": "Hetzner Cloud (API access, full autonomy)",
"preferredVM": "CAX11 (ARM, 2 vCPU, 4GB, ~€4.5/mo)"
},
"credentials": {
"stripeKeys": "/home/openclaw/.openclaw/workspace/.credentials/docfast.env",
"file": "/home/openclaw/.openclaw/workspace/.credentials/docfast.env",
"keys": ["HETZNER_API_TOKEN", "STRIPE_PUBLISHABLE_KEY", "STRIPE_SECRET_KEY"],
"NEVER_READ_DIRECTLY": true
},
"blockers": [],
"blockers": ["Waiting for human to fill in HETZNER_API_TOKEN in credentials file"],
"startDate": "2026-02-14",
"sessionCount": 5
}