guacamole_ynh/manifest.json
2016-07-13 09:15:32 +02:00

58 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "guacamole",
"id": "guacamole",
"packaging_format": 1,
"description": {
"en": "Guacamole is a clientless remote desktop gateway",
"fr": "Guacamole est une passerelle de bureau à distance clientless"
},
"url": "https://guacamole.incubator.apache.org/",
"license": "free",
"maintainer": {
"name": "Jeremy MANSON",
"email": "jeremy.manson@jmanson.fr",
"url": "https://www.jmanson.fr"
},
"requirements": {
"yunohost": ">> 2.3.12.1"
},
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Guacamole",
"fr": "Choisissez un nom de domaine pour Guacamole"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Guacamole",
"fr": "Choisissez un chemin pour Guacamole"
},
"example": "/Guacamole",
"default": "/Guacamole"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
}
]
}
}