26 lines
580 B
JSON
26 lines
580 B
JSON
{
|
|
"id": "org.getzola.cloudronapp",
|
|
"title": "Zola",
|
|
"author": "Zola developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "Zola static page generator",
|
|
"tags": [
|
|
"webserver"
|
|
],
|
|
"version": "0.1.0",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8000,
|
|
"manifestVersion": 1,
|
|
"website": "https://getzola.org",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"mediaLinks": [
|
|
"https://nginx.org/nginx.png"
|
|
],
|
|
"changelog": "file://CHANGELOG",
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
}
|