{ "name": "BoZoN", "id": "bozon", "packaging_format": 1, "description": { "en": "Minimalist Drag & drop file sharing app", "fr": "Application minimaliste de partage de fichiers" }, "version": "2.4.18~ynh3", "url": "https://github.com/broncowdd/BoZoN", "upstream": { "license": "AGPL-3.0", "code": "https://github.com/broncowdd/BoZoN" }, "license": "AGPL-3.0", "maintainer": { "name": "ewilly", "email": "ewilly@neuf.fr" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/bozon", "default": "/bozon" }, { "name": "is_public", "type": "boolean", "default": false }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }