2018-04-17 00:02:25 +02:00
|
|
|
{
|
2020-06-18 15:30:22 +02:00
|
|
|
"name": "Funkwhale",
|
|
|
|
"id": "funkwhale",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "A modern, convivial and free music server"
|
|
|
|
},
|
2020-12-04 18:00:31 +01:00
|
|
|
"version": "0.1.0.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-04 18:00:31 +01:00
|
|
|
"yunohost": ">= 4.0"
|
2020-06-18 15:30:22 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for funkwhale"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose an admin user"
|
|
|
|
},
|
|
|
|
"example": "sporiff"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?"
|
|
|
|
},
|
|
|
|
"help": {
|
|
|
|
"en": "Allows unauthenticated users to access the user interface (mandatory for federation)"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-12-04 18:00:31 +01:00
|
|
|
}
|