Initial Keila Cloudron package

This commit is contained in:
Andreas Dueren
2025-06-20 07:56:11 -06:00
commit 4a1a5129f2
8 changed files with 412 additions and 0 deletions

37
CloudronManifest.json Normal file
View File

@ -0,0 +1,37 @@
{
"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",
"icon": "file://icon.png",
"tags": [
"email",
"newsletter",
"marketing",
"campaigns"
],
"memoryLimit": 536870912,
"addons": {
"postgresql": {},
"sendmail": {},
"localstorage": {}
},
"minBoxVersion": "7.0.0",
"postInstallMessage": "file://POSTINSTALL.md",
"changelog": "file://CHANGELOG",
"optionalSso": false,
"tcpPorts": {
"KEILA_PORT": {
"title": "Keila HTTP Port",
"description": "Keila HTTP Port",
"containerPort": 4000
}
}
}