Files
keila-cloudron/CloudronManifest.json
2025-06-20 10:09:39 -06:00

29 lines
776 B
JSON

{
"id": "io.keila.cloudronapp",
"title": "Keila",
"author": "Pentacent",
"description": "Open-source newsletter tool for creating and sending email campaigns. An alternative to Mailchimp and Sendinblue.",
"tagline": "Self-hosted newsletter and email marketing platform",
"version": "0.14.7",
"healthCheckPath": "/",
"httpPort": 4000,
"manifestVersion": 2,
"website": "https://www.keila.io",
"contactEmail": "hello@keila.io",
"tags": [
"email",
"newsletter",
"marketing",
"campaigns"
],
"memoryLimit": 536870912,
"addons": {
"postgresql": {},
"sendmail": {},
"localstorage": {}
},
"minBoxVersion": "7.0.0",
"postInstallMessage": "file://POSTINSTALL.md",
"changelog": "file://CHANGELOG",
"optionalSso": false
}