initial add of basic nodejs app, Dockerfile and CloudronManifest.json
This commit is contained in:
19
CloudronManifest.json
Normal file
19
CloudronManifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "ca.cosocial.web-demo",
|
||||
"title": "Nodejs Based Web Demo",
|
||||
"author": "John Caruso <john@cosocial.ca>",
|
||||
"description": "This is an example app",
|
||||
"tagline": "Experimental app that will potentially open up huge possibilities",
|
||||
"version": "0.0.2",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 80,
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
},
|
||||
"manifestVersion": 2,
|
||||
"website": "https://www.cosocial.ca",
|
||||
"contactEmail": "john@cosocial.ca",
|
||||
"icon": "file://icon.png",
|
||||
"tags": [ "test", "collaboration" ],
|
||||
"mediaLinks": []
|
||||
}
|
||||
Reference in New Issue
Block a user