{ "name": "Lidarr", "id": "lidarr", "packaging_format": 1, "description": { "en": "Music collection manager for Usenet and BitTorrent users", "fr": "Gestionnaire de discothèque pour utilisateurs de Usenet et BitTorrent" }, "version": "0.8.1.2135~ynh1", "url": "https://lidarr.audio", "upstream": { "license": "GPL-3.0-only", "website": "https://lidarr.audio", "admindoc": "https://wiki.servarr.com/Lidarr", "code": "https://github.com/Lidarr/Lidarr" }, "license": "MIT", "maintainer": { "name": "tituspijean", "email": "tituspijean@outlook.com" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/lidarr", "default": "/lidarr" }, { "name": "admin", "type": "user" } ] } }