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
ericgaspar e2e69bd714
Fix
- Fix linter warning
- Add description
2021-09-04 10:33:30 +02:00

56 lines
1.6 KiB
JSON

{
"name": "Wetty",
"id": "wetty",
"packaging_format": 1,
"description": {
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
},
"version": "2.1.1~ynh1",
"url": "https://github.com/butlerx/wetty/",
"license": "MIT",
"upstream": {
"license": "MIT",
"website": "https://github.com/butlerx/wetty",
"admindoc": "https://github.com/butlerx/wetty/tree/main/docs",
"code": "https://github.com/butlerx/wetty",
"screenshots": [
"https://raw.githubusercontent.com/butlerx/wetty/main/docs/terminal.png"
]
},
"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
}
]
}
}