guacamole-app/CloudronManifest.json

29 lines
952 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.3",
"healthCheckPath": "/",
"httpPort": 8080,
"addons": {
"mysql": {},
"ldap": {}
},
"manifestVersion": 1,
"website": "http://guacamole.incubator.apache.org/",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"vnc", "rdp", "ssh", "rdesktop"
],
"mediaLinks": [
"https://git.cloudron.io/dswd/guacamole-app/raw/master/screenshots/1.png",
"https://git.cloudron.io/dswd/guacamole-app/raw/master/screenshots/2.png",
"https://git.cloudron.io/dswd/guacamole-app/raw/master/screenshots/3.png"
],
"postInstallMessage": "file://POSTINSTALL.md"
}