First version

This commit is contained in:
Dennis Schwerdel
2016-12-12 12:04:16 +01:00
commit 7708a21c28
15 changed files with 236 additions and 0 deletions

23
CloudronManifest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"id": "org.nginx.cloudronapp",
"title": "Nginx",
"author": "Nginx developers",
"description": "file://DESCRIPTION.md",
"tagline": "Nginx webserver",
"tags": [
"webserver"
],
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 8000,
"manifestVersion": 1,
"website": "https://nginx.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"addons": {
"localstorage": {}
},
"mediaLinks": [
],
"changelog": "file://CHANGELOG"
}