First version
This commit is contained in:
23
CloudronManifest.json
Normal file
23
CloudronManifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user