21 lines
986 B
JSON
21 lines
986 B
JSON
{
|
|
"phase": 1,
|
|
"phaseLabel": "Build MVP — Infrastructure Setup",
|
|
"status": "awaiting-hetzner-key",
|
|
"product": "DocFast — HTML/Markdown to PDF API",
|
|
"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",
|
|
"hosting": "Hetzner Cloud (API access, full autonomy)",
|
|
"preferredVM": "CAX11 (ARM, 2 vCPU, 4GB, ~€4.5/mo)"
|
|
},
|
|
"credentials": {
|
|
"file": "/home/openclaw/.openclaw/workspace/.credentials/docfast.env",
|
|
"keys": ["HETZNER_API_TOKEN", "STRIPE_PUBLISHABLE_KEY", "STRIPE_SECRET_KEY"],
|
|
"NEVER_READ_DIRECTLY": true
|
|
},
|
|
"blockers": ["Waiting for human to fill in HETZNER_API_TOKEN in credentials file"],
|
|
"startDate": "2026-02-14",
|
|
"sessionCount": 5
|
|
}
|