1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
funkwhale_ynh/manifest.json

59 lines
1.8 KiB
JSON
Raw Normal View History

{
2020-06-18 15:30:22 +02:00
"name": "Funkwhale",
"id": "funkwhale",
"packaging_format": 1,
"description": {
2023-01-16 22:40:10 +01:00
"en": "Convivial and modern music server",
"fr": "Serveur de musique moderne et convivial"
2020-06-18 15:30:22 +02:00
},
2023-03-18 07:11:56 +01:00
"version": "1.2.10~ynh1",
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": {
"yunohost": ">= 11.0.0"
2020-06-18 15:30:22 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
2022-10-04 00:13:33 +02:00
"install": [
{
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 nayant 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
}
]
}
}