Business agent: DNS is at Hetzner too, full autonomy for DNS setup

This commit is contained in:
Hoid 2026-02-14 13:48:09 +00:00
parent a1c86b0ebc
commit 63fe3ee0a0

View file

@ -1,12 +1,12 @@
{ {
"phase": 1, "phase": 1,
"phaseLabel": "Build MVP — Deployed, needs DNS + SSL", "phaseLabel": "Build MVP — DNS + SSL + Stripe",
"status": "deployed-needs-dns", "status": "deployed-needs-dns-ssl",
"product": "DocFast — HTML/Markdown to PDF API", "product": "DocFast — HTML/Markdown to PDF API",
"currentPriority": "DNS: Point docfast.dev A record to 167.235.156.214. Then SSL via certbot. Then Stripe integration for billing.", "currentPriority": "DNS is at Hetzner too — use the Hetzner DNS API to create a zone for docfast.dev and add A record pointing to 167.235.156.214. Then SSL via certbot. Then Stripe integration.",
"infrastructure": { "infrastructure": {
"domain": "docfast.dev", "domain": "docfast.dev",
"registrar": "INWX", "dns": "Hetzner DNS (same API token, use Hetzner DNS API)",
"hosting": "Hetzner Cloud", "hosting": "Hetzner Cloud",
"server": "docfast-1 (CAX11, nbg1)", "server": "docfast-1 (CAX11, nbg1)",
"serverIP": "167.235.156.214", "serverIP": "167.235.156.214",
@ -15,10 +15,10 @@
}, },
"credentials": { "credentials": {
"file": "/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"], "keys": ["HETZNER_API_TOKEN", "STRIPE_SECRET_KEY"],
"NEVER_READ_DIRECTLY": true "NEVER_READ_DIRECTLY": true
}, },
"blockers": ["DNS: Need docfast.dev A record pointed to 167.235.156.214 (human action at INWX)"], "blockers": [],
"startDate": "2026-02-14", "startDate": "2026-02-14",
"sessionCount": 7 "sessionCount": 7
} }