21 lines
552 B
JSON
21 lines
552 B
JSON
{
|
|
"manifestVersion": 2,
|
|
"id": "{{APP_ID}}",
|
|
"title": "{{APP_TITLE}}",
|
|
"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": "{{APP_WEBSITE}}",
|
|
"supportUrl": "{{APP_ISSUE}}",
|
|
"sourceUrl": "{{APP_REPO}}",
|
|
"version": "0.1.0",
|
|
"tags": {{APP_TAGS}},
|
|
"healthCheckPath": "/",
|
|
"memoryLimit": 536870912,
|
|
"httpPort": {{HTTP_PORT}},
|
|
"addons": {
|
|
"localstorage": {}
|
|
}
|
|
}
|