Initial commit of Keila Cloudron package

This commit is contained in:
Andreas Dueren
2025-07-06 17:01:09 -06:00
parent 1f81b1a775
commit 74dd21b953
13 changed files with 135 additions and 411 deletions

View File

@ -1,29 +1,20 @@
{
"id": "io.keila.cloudronapp",
"manifestVersion": 2,
"id": "io.keila.cloudron",
"version": "0.15.13",
"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"
],
"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": {},
"sendmail": {},
"localstorage": {}
"localstorage": {},
"sendmail": {}
},
"healthCheckPath": "/login",
"minBoxVersion": "7.0.0",
"postInstallMessage": "file://POSTINSTALL.md",
"changelog": "file://CHANGELOG",
"optionalSso": false
}
"postInstallMessage": "Your Keila instance is ready.\n\nLogin with the following credentials:\nUsername: admin@cloudron.local\nPassword: changeme123"
}