Files
keila-cloudron/CloudronManifest.json
2025-07-06 17:01:09 -06:00

21 lines
700 B
JSON

{
"manifestVersion": 2,
"id": "io.keila.cloudron",
"version": "0.15.13",
"title": "Keila",
"author": "Pentacent",
"description": "Open-source email newsletters for creators and businesses. Keila is a reliable, self-hosted, and easy-to-use email marketing platform.",
"website": "https://www.keila.io/",
"contactEmail": "support@keila.io",
"memoryLimit": 536870912,
"httpPort": 4000,
"addons": {
"postgresql": {},
"localstorage": {},
"sendmail": {}
},
"healthCheckPath": "/login",
"minBoxVersion": "7.0.0",
"postInstallMessage": "Your Keila instance is ready.\n\nLogin with the following credentials:\nUsername: admin@cloudron.local\nPassword: changeme123"
}