{ "name": "Funkwhale", "id": "funkwhale", "packaging_format": 1, "description": { "en": "Modern, convivial and free music server", "fr": "Serveur de musique moderne, convivial et gratuit" }, "version": "1.1~ynh1", "url": "https://funkwhale.audio", "license": "AGPL-3.0-or-later", "maintainer": { "name": "Ciarán Ainsworth", "email": "cda@rootkey.co.uk" }, "previous_maintainers": [{ "name": "Jean-Baptiste Holcroft", "email": "jean-baptiste@holcroft.fr" }], "requirements": { "yunohost": ">= 4.0.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for Funkwhale", "fr": "Choisissez un nom de domaine pour Funkwhale" }, "example": "example.com" }, { "name": "admin", "type": "user", "ask": { "en": "Choose an admin user", "fr": "Choisissez l'administrateur" }, "example": "sporiff" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "help": { "en": "Allows unauthenticated users to access the user interface (mandatory for federation).", "fr": "Permet aux utilisateurs non authentifiés d'accéder à l'interface utilisateur (obligatoire pour la fédération)." }, "default": true } ] } }