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

47 lines
1.2 KiB
JSON

{
"name": "Wetty",
"id": "wetty",
"packaging_format": 1,
"description": {
"en": "Terminal in browser over HTTP/HTTPS.",
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS."
},
"version": "2.0.3~ynh5",
"url": "https://github.com/butlerx/wetty/",
"license": "MIT",
"maintainer": {
"name": "Salamandar",
"email": "salamandar@salamandar.fr"
},
"requirements": {
"yunohost": ">= 4.1.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/wetty",
"default": "/wetty"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Even if public, it still requires authentication.",
"fr": "Même publique, vous devrez vous authentifier"
},
"default": false
}
]
}
}