{ "id": "tiny_file_manager", "name": "Tiny File Manager", "packaging_format": 1, "description": { "en": "Custom Web app with SFTP access", "fr": "Application Web personnalisée avec accès SFTP" }, "version": "1.0~ynh5", "url": "https://github.com/YunoHost-Apps/my_webapp_ynh", "license": "GPL-3.0-only", "maintainer": { "name": "", "email": "" }, "previous_maintainers": [{ "name": "Maniack Crudelis", "email": "maniackc_dev@crudelis.fr" }], "requirements": { "yunohost": ">= 4.2.3" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org", "default": "tfm.yntest.weblibre.ca" }, { "name": "path", "type": "path", "example": "/site", "default": "/" } ] } }