791 B
791 B
Hosting MVP Implementation Notes
Scope
- Website create/update/delete workflows.
- Domain binding/unbinding.
- SSL issue/apply/renew automation.
- Webserver adapter support: Nginx, Apache, OpenLiteSpeed.
Control Plane APIs
GET /api/v1/sitesPOST /api/v1/sitesPOST /api/v1/sites/{site}/domainsPOST /api/v1/ssl/issuePOST /api/v1/ssl/applyPOST /api/v1/ssl/renew
Execution Contracts
SITE_CREATE,SITE_UPDATE,SITE_DELETEDOMAIN_ADD,DOMAIN_REMOVESSL_ISSUE,SSL_APPLY,SSL_RENEWWEBSERVER_RELOAD
Runtime Guarantees
- Every operation is a tracked job with progress updates.
- SSL operations require DNS precheck and challenge validation before apply.
- Webserver reload only occurs after adapter-specific config validation.