2014-10-20 18:55:53 +02:00
|
|
|
{
|
2020-06-29 15:25:47 +02:00
|
|
|
"name": "Wetty",
|
|
|
|
"id": "wetty",
|
2016-04-28 17:53:17 +02:00
|
|
|
"packaging_format": 1,
|
2014-10-20 18:55:53 +02:00
|
|
|
"description": {
|
2021-05-20 11:24:38 +02:00
|
|
|
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
|
|
|
|
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
|
2014-10-20 18:55:53 +02:00
|
|
|
},
|
2022-05-26 18:27:46 +02:00
|
|
|
"version": "2.4.1~ynh1",
|
2020-06-29 15:25:47 +02:00
|
|
|
"url": "https://github.com/butlerx/wetty/",
|
2020-10-13 09:08:33 +02:00
|
|
|
"license": "MIT",
|
2021-05-20 11:24:38 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://github.com/butlerx/wetty",
|
|
|
|
"admindoc": "https://github.com/butlerx/wetty/tree/main/docs",
|
2021-05-20 11:49:59 +02:00
|
|
|
"code": "https://github.com/butlerx/wetty",
|
|
|
|
"screenshots": [
|
|
|
|
"https://raw.githubusercontent.com/butlerx/wetty/main/docs/terminal.png"
|
|
|
|
]
|
2021-05-20 11:24:38 +02:00
|
|
|
},
|
2015-06-22 12:40:00 +02:00
|
|
|
"maintainer": {
|
2020-06-29 15:25:47 +02:00
|
|
|
"name": "Salamandar",
|
|
|
|
"email": "salamandar@salamandar.fr"
|
2014-10-20 18:55:53 +02:00
|
|
|
},
|
2016-04-26 16:05:50 +02:00
|
|
|
"requirements": {
|
2022-05-26 18:27:46 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
2016-04-26 16:05:50 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
2015-11-22 19:48:18 +01:00
|
|
|
"services": [
|
2020-06-29 15:25:47 +02:00
|
|
|
"nginx"
|
2015-11-22 19:48:18 +01:00
|
|
|
],
|
2014-10-20 18:55:53 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-05-26 18:27:46 +02:00
|
|
|
"type": "domain"
|
2014-10-20 18:55:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2017-02-03 21:13:25 +01:00
|
|
|
"type": "path",
|
2020-06-29 15:25:47 +02:00
|
|
|
"example": "/wetty",
|
|
|
|
"default": "/wetty"
|
2014-10-20 18:55:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
2016-04-26 15:57:57 +02:00
|
|
|
"type": "boolean",
|
2020-06-30 17:36:32 +02:00
|
|
|
"help": {
|
|
|
|
"en": "Even if public, it still requires authentication.",
|
|
|
|
"fr": "Même publique, vous devrez vous authentifier"
|
|
|
|
},
|
2020-06-29 15:25:47 +02:00
|
|
|
"default": false
|
2014-10-20 18:55:53 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|