{ "name": "IFM", "id": "ifm", "packaging_format": 1, "description": { "en": "Improved File Manager", "fr": "Improved File Manager " }, "version": "2.6.3~ynh1", "url": "https://github.com/misterunknown/ifm", "upstream": { "license": "MIT", "website": "https://github.com/misterunknown/ifm", "demo": "https://ifmdemo.gitea.de/", "code": "https://github.com/misterunknown/ifm" }, "license": "MIT", "maintainer": { "name": "", "email": "" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/ifm", "default": "/ifm" }, { "name": "is_public", "type": "boolean", "default": true } ] } }