27
packages/cloudron/CloudronManifest.json
Normal file
27
packages/cloudron/CloudronManifest.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user