mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
55 lines
1.6 KiB
JSON
55 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.4.2~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.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|