28 lines
766 B
JSON
28 lines
766 B
JSON
{
|
|
"manifestVersion": 2,
|
|
"id": "com.knel.docassemble",
|
|
"title": "Docassemble",
|
|
"author": "Known Element Packaging Team",
|
|
"tagline": "TODO: Short one-line pitch",
|
|
"description": "TODO: Comprehensive description for the Cloudron App Store entry.",
|
|
"changelog": "Initial scaffold",
|
|
"website": "https://github.com/jhpyle/docassemble",
|
|
"supportUrl": "https://projects.knownelement.com/issues/277",
|
|
"sourceUrl": "https://github.com/jhpyle/docassemble.git",
|
|
"version": "0.1.0",
|
|
"tags": ["custom", "known-element"],
|
|
"healthCheckPath": "/",
|
|
"httpPort": 3000,
|
|
"memoryLimit": "512M",
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"optionalAddons": {
|
|
"postgresql": {},
|
|
"redis": {},
|
|
"mysql": {},
|
|
"mongodb": {},
|
|
"sendmail": {}
|
|
}
|
|
}
|