{ "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.5.0~ynh1", "url": "https://github.com/butlerx/wetty/", "license": "MIT", "upstream": { "license": "MIT", "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": ">= 11.0.9" }, "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 } ] } }