Scaffold Cloudron packaging workspace
This commit is contained in:
27
templates/cloudron-app/CloudronManifest.json.j2
Normal file
27
templates/cloudron-app/CloudronManifest.json.j2
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": "/",
|
||||
"httpPort": {{ http_port }},
|
||||
"memoryLimit": "{{ memory_limit | default('512M') }}", // IMPORTANT: Replace with a realistic value, e.g., "2G", "1024M"
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
},
|
||||
"optionalAddons": {
|
||||
"postgresql": {},
|
||||
"redis": {},
|
||||
"mysql": {},
|
||||
"mongodb": {},
|
||||
"sendmail": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user