{ "name": "Airsonic", "id": "airsonic", "packaging_format": 1, "description": { "en": "Stream and manage your music collection", "fr": "Streamez et gérez votre collection de musique" }, "version": "10.6.2~ynh2", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": { "name": "Gofannon", "email": "gofannon@riseup.net" }, "requirements": { "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/airsonic", "default": "/airsonic" }, { "name": "admin", "type": "user", "help": { "en": "This user will have full control on this application and will be able to configure it.", "fr": "Cet utilisateur aura le controle total de l'application et pourra la configurer." }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", "default": true } ] } }