2
0
Files
bot/packages/cloudron/CloudronManifest.json
Baptiste Arnaud 1e9c4bcb9a 📦 Add Cloudron package (#550)
Closes #30
2023-06-14 08:59:38 +02:00

28 lines
785 B
JSON

{
"id": "io.typebot",
"title": "Typebot",
"author": "Baptiste Arnaud <baptiste@typebot.io>",
"description": "Typebot is a visual chatbot builder that helps you create chatbots for your website without coding.",
"tagline": "Build advanced chatbots visually",
"version": "2.14.0",
"healthCheckPath": "/",
"httpPort": 3000,
"httpPorts": {
"TYPEBOT_VIEWER_HOST": {
"title": "Typebot Viewer",
"description": "The Typebot viewer where your users can interact with your bots",
"containerPort": 3001,
"defaultValue": "bot"
}
},
"addons": {
"localstorage": {},
"postgresql": {},
"sendmail": {}
},
"manifestVersion": 2,
"website": "https://typebot.io",
"contactEmail": "support@typebot.io",
"memoryLimit": 1073741824
}