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
2020-10-13 08:47:33 +02:00

59 lines
1.8 KiB
JSON

{
"name": "Wetty",
"id": "wetty",
"packaging_format": 1,
"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)"
},
"version": "2.0.2~ynh1",
"url": "https://github.com/butlerx/wetty/",
"license": "free",
"maintainer": {
"name": "Salamandar",
"email": "salamandar@salamandar.fr"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Wetty",
"fr": "Choisissez un nom de domaine pour Wetty"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Wetty",
"fr": "Choisissez un chemin pour Wetty"
},
"example": "/wetty",
"default": "/wetty"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "Even if public, it still requires authentication.",
"fr": "Même publique, vous devrez vous authentifier"
},
"default": false
}
]
}
}