2018-04-17 00:02:25 +02:00
|
|
|
{
|
2020-06-18 15:30:22 +02:00
|
|
|
"name": "Funkwhale",
|
|
|
|
"id": "funkwhale",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2020-12-14 22:04:23 +01:00
|
|
|
"en": "Modern, convivial and free music server",
|
|
|
|
"fr": "Serveur de musique moderne, convivial et gratuit"
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
2021-03-12 22:26:54 +01:00
|
|
|
"version": "1.1~ynh1",
|
2020-06-18 15:30:22 +02:00
|
|
|
"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": {
|
2020-12-14 22:04:23 +01:00
|
|
|
"yunohost": ">= 4.0.0"
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
2020-12-14 22:04:23 +01:00
|
|
|
"en": "Choose a domain for Funkwhale",
|
|
|
|
"fr": "Choisissez un nom de domaine pour Funkwhale"
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"ask": {
|
2020-12-14 22:04:23 +01:00
|
|
|
"en": "Choose an admin user",
|
|
|
|
"fr": "Choisissez l'administrateur"
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
|
|
|
"example": "sporiff"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
2020-12-14 22:04:23 +01:00
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
|
|
|
"help": {
|
2020-12-14 22:04:23 +01:00
|
|
|
"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)."
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-03-12 22:26:54 +01:00
|
|
|
}
|