35 lines
968 B
JSON
35 lines
968 B
JSON
{
|
||
"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"
|
||
]
|
||
}
|