2021-03-19 04:09:26 +01:00
|
|
|
{
|
2021-03-21 05:17:45 +01:00
|
|
|
"name": "Apache Guacamole",
|
|
|
|
"id": "guacamole",
|
2021-03-19 04:09:26 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-03-21 05:17:45 +01:00
|
|
|
"en": "Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
|
|
|
"fr": "Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH."
|
2021-03-19 04:09:26 +01:00
|
|
|
},
|
2021-03-21 05:17:45 +01:00
|
|
|
"version": "1.3.0~ynh1",
|
2021-03-19 04:09:26 +01:00
|
|
|
"url": "https://example.com",
|
2021-03-21 05:17:45 +01:00
|
|
|
"license": "Apache-2.0",
|
2021-03-19 04:09:26 +01:00
|
|
|
"maintainer": {
|
2021-03-21 05:17:45 +01:00
|
|
|
"name": "Jules Bertholet",
|
|
|
|
"email": "jules.bertholet@gmail.com"
|
2021-03-19 04:09:26 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.1.3"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2021-03-21 05:17:45 +01:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Guacamole",
|
|
|
|
"fr": "Choisissez un chemin pour Guacamole"
|
|
|
|
},
|
|
|
|
"example": "/guacamole",
|
|
|
|
"default": "/guacamole"
|
2021-03-19 04:09:26 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "johndoe"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-03-21 05:17:45 +01:00
|
|
|
"default": false,
|
2021-03-19 04:09:26 +01:00
|
|
|
"help": {
|
2021-03-21 05:17:45 +01:00
|
|
|
"en": "Not recommended",
|
|
|
|
"fr": "Pas reccomandé"
|
|
|
|
}
|
2021-03-19 04:09:26 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-03-21 05:17:45 +01:00
|
|
|
}
|