business: session 6 - hetzner token is read-only, blocked

This commit is contained in:
Hoid 2026-02-14 13:34:21 +00:00
parent 4556629c70
commit 37094c8945
4 changed files with 54 additions and 7 deletions

View file

@ -1,21 +1,22 @@
{
"phase": 1,
"phaseLabel": "Build MVP — Infrastructure Setup",
"status": "awaiting-hetzner-key",
"status": "blocked-hetzner-permissions",
"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.",
"currentPriority": "Hetzner API token needs read+write permissions. Current token is read-only (can list but not create resources). Once fixed: spin up CAX11, deploy DocFast, set up HTTPS.",
"infrastructure": {
"domain": "docfast.dev",
"registrar": "INWX",
"hosting": "Hetzner Cloud (API access, full autonomy)",
"preferredVM": "CAX11 (ARM, 2 vCPU, 4GB, ~€4.5/mo)"
"hosting": "Hetzner Cloud (API access needed with write permissions)",
"preferredVM": "CAX11 (ARM, 2 vCPU, 4GB, ~€3.29/mo)",
"sshKey": "/home/openclaw/.ssh/docfast"
},
"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"],
"blockers": ["Hetzner API token is read-only — needs write permissions to create servers/SSH keys"],
"startDate": "2026-02-14",
"sessionCount": 5
"sessionCount": 6
}