Scaffold Cloudron packaging workspace and automation
This commit is contained in:
20
templates/cloudron-app/CloudronManifest.json
Normal file
20
templates/cloudron-app/CloudronManifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user