{ "name": "phpBB", "id": "phpbb", "packaging_format": 1, "description": { "en": "Forum software that is easy to use, powerful, and highly customisable", "fr": "Forum facile à utiliser, puissant et hautement personnalisable" }, "version": "3.3.8~ynh2", "url": "http://www.phpbb.com/", "upstream": { "license": "GPL-2.0-only", "website": "http://www.phpbb.com/", "demo": "https://www.phpbb.com/demo/", "admindoc": "https://www.phpbb.com/support/docs/", "code": "https://github.com/phpbb/phpbb" }, "license": "GPL-2.0-only", "maintainer": { "name": "eric_G", "email": "" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php7.4-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/phpbb", "default": "/phpbb" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], "default": "fr" }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }