guacamole-app/CloudronManifest.json

28 lines
768 B
JSON

{
"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": {}
},
"memoryLimit": 2048,
"manifestVersion": 1,
"website": "http://guacamole.incubator.apache.org/",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"vnc", "rdp", "ssh", "rdesktop"
],
"mediaLinks": [
"http://www.example.com"
],
"postInstallMessage": "file://POSTINSTALL.md"
}