initial add of basic nodejs app, Dockerfile and CloudronManifest.json

This commit is contained in:
John Caruso
2026-01-24 14:03:10 -05:00
commit b2a1f90af2
8 changed files with 906 additions and 0 deletions

19
CloudronManifest.json Normal file
View 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": []
}