mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"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.4~ynh1",
|
|
"url": "https://funkwhale.audio",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"website": "https://funkwhale.audio/",
|
|
"demo": "https://demo.funkwhale.audio",
|
|
"admindoc": "https://docs.funkwhale.audio/admin/index.html",
|
|
"userdoc": "https://docs.funkwhale.audio/users/index.html",
|
|
"code": "https://dev.funkwhale.audio/funkwhale"
|
|
},
|
|
"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.2.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|