2017-01-24 18:55:35 +00:00
|
|
|
{
|
|
|
|
"id": "org.apache.incubator.guacamole.cloudronapp",
|
|
|
|
"title": "Goacamole",
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"description": "file://DESCRIPTION.md",
|
|
|
|
"changelog": "file://CHANGELOG",
|
|
|
|
"tagline": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"healthCheckPath": "/",
|
|
|
|
"httpPort": 8080,
|
|
|
|
"addons": {
|
|
|
|
"mysql": {},
|
|
|
|
"ldap": {}
|
|
|
|
},
|
2017-01-25 09:51:18 +00:00
|
|
|
"memoryLimit": 2048,
|
2017-01-24 18:55:35 +00:00
|
|
|
"manifestVersion": 1,
|
|
|
|
"website": "http://guacamole.incubator.apache.org/",
|
|
|
|
"contactEmail": "support@cloudron.io",
|
|
|
|
"icon": "logo.png",
|
|
|
|
"tags": [
|
|
|
|
"vnc", "rdp", "ssh", "rdesktop"
|
|
|
|
],
|
|
|
|
"mediaLinks": [
|
2017-01-25 09:51:18 +00:00
|
|
|
"http://www.example.com"
|
2017-01-24 18:55:35 +00:00
|
|
|
],
|
|
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
|
|
}
|