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-04 18:09:35 +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
} ,
2022-10-04 01:43:27 +02:00
"version" : "1.2.8~ynh2" ,
2020-06-18 15:30:22 +02:00
"url" : "https://funkwhale.audio" ,
2021-08-04 23:53:34 +02:00
"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" ,
2022-01-07 00:13:08 +01:00
"code" : "https://dev.funkwhale.audio/funkwhale/funkwhale"
2021-08-04 23:53:34 +02:00
} ,
2020-06-18 15:30:22 +02:00
"license" : "AGPL-3.0-or-later" ,
"maintainer" : {
"name" : "Ciarán Ainsworth" ,
"email" : "cda@rootkey.co.uk"
} ,
2022-10-04 01:43:27 +02:00
"previous_maintainers" : [
{
"name" : "Jean-Baptiste Holcroft" ,
"email" : "jean-baptiste@holcroft.fr"
}
] ,
2020-06-18 15:30:22 +02:00
"requirements" : {
2022-01-07 00:13:08 +01:00
"yunohost" : ">= 4.3.0"
2020-06-18 15:30:22 +02:00
} ,
"multi_instance" : true ,
"services" : [
"nginx"
] ,
"arguments" : {
2022-10-04 00:13:33 +02:00
"install" : [
2021-04-16 14:14:27 +02:00
{
2020-06-18 15:30:22 +02:00
"name" : "domain" ,
2021-11-23 07:46:12 +01:00
"type" : "domain"
2020-06-18 15:30:22 +02:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
2022-07-14 14:11:28 +02:00
"help" : {
"en" : "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin." ,
"fr" : "Si cette case est cochée, Funkwhale sera accessible par Funkwhale for Android et par les utilisateurs n’ ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin."
} ,
2020-06-18 15:30:22 +02:00
"default" : true
2022-10-04 00:13:33 +02:00
} ,
{
"name" : "admin" ,
"type" : "user"
2020-06-18 15:30:22 +02:00
}
]
}
2021-03-11 20:03:28 +01:00
}