{ "name": "Wallabag", "id": "wallabag2", "packaging_format": 1, "description": { "en": "Self hostable read-it-later app", "fr": "Application de lecture-plus-tard auto-hébergeable" }, "version": "2.4.2~ynh2", "url": "https://www.wallabag.org", "upstream": { "license": "MIT", "website": "https://www.wallabag.org", "demo": "https://demo.yunohost.org/wallabag/", "admindoc": "https://doc.wallabag.org/en/", "userdoc": "https://yunohost.org/#/app_wallabag2", "code": "https://github.com/wallabag/wallabag" }, "license": "MIT", "maintainer": { "name": "lapineige", "email": "" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/wallabag", "default": "/wallabag" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["de", "en", "fr", "it", "pt"], "default": "en" } ] } }