1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
guacamole_ynh/manifest.json

58 lines
1.7 KiB
JSON
Raw Normal View History

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
},
2022-01-06 21:04:45 +01:00
"version": "1.4.0~ynh1",
2021-03-31 17:20:26 +02:00
"url": "https://guacamole.apache.org/",
"upstream": {
"license": "Apache-2.0",
"website": "https://guacamole.apache.org/",
"admindoc": "https://guacamole.apache.org/doc/gug/",
"code": "https://github.com/search?utf8=%E2%9C%93&q=repo%3Aapache%2Fguacamole-server+repo%3Aapache%2Fguacamole-client+repo%3Aapache%2Fguacamole-website&type=Repositories&ref=searchresults"
},
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",
2021-10-20 19:41:05 +02:00
"type": "domain"
2021-03-19 04:09:26 +01:00
},
{
"name": "path",
"type": "path",
2021-03-21 05:17:45 +01:00
"example": "/guacamole",
"default": "/guacamole"
2021-03-19 04:09:26 +01:00
},
{
"name": "admin",
2021-10-20 19:41:05 +02:00
"type": "user"
2021-03-19 04:09:26 +01:00
},
{
"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
}
]
}
}