Clear all blockers: payment tested, CI/CD secrets added, status launch-ready

This commit is contained in:
Hoid 2026-02-16 18:49:39 +00:00
parent 33b1489e6c
commit 0ab4afd398
94 changed files with 10014 additions and 931 deletions

View file

@ -0,0 +1,35 @@
{
"project": "DocFast",
"domain": "docfast.dev",
"server": "167.235.156.214",
"sshKey": "/home/openclaw/.ssh/docfast",
"repo": "openclawd/docfast",
"status": "live",
"version": "0.2.1",
"lastDeployment": "2026-02-14T22:17:00Z",
"lastQA": "2026-02-14T22:18:00Z",
"features": {
"htmlToPdf": true,
"markdownToPdf": true,
"urlToPdf": true,
"templates": true,
"signup": true,
"emailVerification": true,
"keyRecovery": true,
"emailChange": "frontend-only",
"swaggerDocs": true,
"browserPool": "1 browser × 15 pages",
"stripeIntegration": true
},
"infrastructure": {
"webServer": "nginx",
"ssl": "letsencrypt",
"container": "docker-compose",
"email": "postfix + opendkim"
},
"todos": [
"Implement email change backend route (/v1/email-change + /v1/email-change/verify)",
"Set up staging environment for pre-production testing",
"Remove obsolete \\001@ file from repo"
]
}