nginx-app/CloudronManifest.json

26 lines
567 B
JSON
Raw Permalink Normal View History

2016-12-12 11:04:16 +00:00
{
"id": "org.nginx.cloudronapp",
"title": "Nginx",
"author": "Nginx developers",
"description": "file://DESCRIPTION.md",
"tagline": "Nginx webserver",
"tags": [
"webserver"
],
2018-12-22 14:38:38 +00:00
"version": "0.2.0",
2016-12-12 11:04:16 +00:00
"healthCheckPath": "/",
"httpPort": 8000,
"manifestVersion": 1,
"website": "https://nginx.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"addons": {
"localstorage": {}
},
"mediaLinks": [
2017-05-04 16:27:37 +00:00
"https://nginx.org/nginx.png"
2016-12-12 11:04:16 +00:00
],
2017-05-04 16:27:37 +00:00
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
2016-12-12 11:04:16 +00:00
}