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

60 lines
1.8 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": {
"en": "Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)",
"fr": "Un terminal dans le navigateur sur http/https. (Alternative à Ajaxterm/Anyterm, mais bien meilleur)"
2014-10-20 18:55:53 +02:00
},
"version": "1.3.0~ynh1",
"url": "https://github.com/butlerx/wetty/",
2015-12-16 21:02:39 +01:00
"license": "free",
2015-06-22 12:40:00 +02:00
"maintainer": {
"name": "Salamandar",
"email": "salamandar@salamandar.fr"
2014-10-20 18:55:53 +02:00
},
"requirements": {
2020-06-30 17:36:32 +02:00
"yunohost": ">= 3.8.1"
},
"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": {
"install" : [
{
"name": "domain",
2017-02-03 21:13:25 +01:00
"type": "domain",
2014-10-20 18:55:53 +02:00
"ask": {
"en": "Choose a domain name for Wetty",
"fr": "Choisissez un nom de domaine pour Wetty"
2014-10-20 18:55:53 +02:00
},
"example": "example.com"
},
{
"name": "path",
2017-02-03 21:13:25 +01:00
"type": "path",
2014-10-20 18:55:53 +02:00
"ask": {
"en": "Choose a path for Wetty",
"fr": "Choisissez un chemin pour Wetty"
2014-10-20 18:55:53 +02:00
},
"example": "/wetty",
"default": "/wetty"
2014-10-20 18:55:53 +02:00
},
{
"name": "is_public",
"type": "boolean",
2014-10-20 18:55:53 +02:00
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2014-10-20 18:55:53 +02:00
},
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
}
]
}
}