{ "name": "IFM", "id": "ifm", "packaging_format": 1, "description": { "en": "Improved File Manager", "fr": "Gestionnaire de fichiers amélioré" }, "version": "4.0.0~ynh3", "url": "https://github.com/misterunknown/ifm", "upstream": { "license": "MIT", "demo": "https://ifmdemo.gitea.de/", "code": "https://github.com/misterunknown/ifm" }, "license": "MIT", "maintainer": { "name": "eric_G", "email": "" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php8.0-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/ifm", "default": "/ifm" }, { "name": "is_public", "type": "boolean", "default": true } ] } }