feat(hostedapp): add hosted app lifecycle protocol support

This commit is contained in:
2026-05-26 15:27:00 +00:00
parent f6ab7460e1
commit 2adb86c5ea
9 changed files with 404 additions and 28 deletions
+1 -7
View File
@@ -47,12 +47,6 @@
"description": "Use external TLS termination through Onebox or dcrouter.",
"required": true
},
{
"key": "SERVEZONE_ADMINACCOUNT",
"value": "",
"description": "Initial admin account in username:password format. Only used when Cloudly has no human users yet.",
"required": true
},
{
"key": "MONGODB_URL",
"value": "${MONGODB_URI}",
@@ -118,7 +112,7 @@
"mongodb": true,
"s3": true
},
"minOneboxVersion": "1.24.2",
"minOneboxVersion": "2.2.0",
"backupBeforeUpgrade": true,
"healthCheck": {
"path": "/status",