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

56 lines
1.6 KiB
JSON
Raw Normal View History

2014-10-20 18:55:53 +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-10-03 08:27:40 +02:00
"version": "2.5.0~ynh1",
"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": {
"name": "Salamandar",
"email": "salamandar@salamandar.fr"
2014-10-20 18:55:53 +02:00
},
"requirements": {
2022-05-26 18:27:46 +02:00
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
2015-11-22 19:48:18 +01:00
"services": [
"nginx"
2015-11-22 19:48:18 +01:00
],
2014-10-20 18:55:53 +02:00
"arguments": {
2022-08-11 15:50:03 +02:00
"install": [
2014-10-20 18:55:53 +02:00
{
"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",
"example": "/wetty",
"default": "/wetty"
2014-10-20 18:55:53 +02:00
},
{
"name": "is_public",
"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"
},
"default": false
2014-10-20 18:55:53 +02:00
}
]
}
}