Restructure repository into output workspace
This commit is contained in:
27
output/apps/resgrid/CloudronManifest.json
Normal file
27
output/apps/resgrid/CloudronManifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifestVersion": 2,
|
||||
"id": "com.knel.resgrid",
|
||||
"title": "Resgrid Core",
|
||||
"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/Resgrid/Core",
|
||||
"supportUrl": "https://projects.knownelement.com/issues/214",
|
||||
"sourceUrl": "https://github.com/Resgrid/Core",
|
||||
"version": "0.1.0",
|
||||
"tags": ["custom", "known-element"],
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 3000,
|
||||
"memoryLimit": "512M",
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
},
|
||||
"optionalAddons": {
|
||||
"postgresql": {},
|
||||
"redis": {},
|
||||
"mysql": {},
|
||||
"mongodb": {},
|
||||
"sendmail": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user