nginx-app/CloudronManifest.json

26 lines
567 B
JSON

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