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

50 lines
896 B
JSON
Raw Normal View History

{
"name": "Funkwhale",
"id": "funkwhale",
"packaging_format": 1,
"requirements": {
2019-02-15 06:46:40 +01:00
"yunohost": ">= 3.3.0"
},
"description": {
2018-05-12 13:17:09 +02:00
"en": "A modern, convivial and free music server"
},
2019-02-15 06:46:40 +01:00
"version": "0.18.2~ynh1",
"url": "https://funkwhale.audio",
"license": "BSD-3-Clause",
"maintainer": {
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2018-05-10 23:20:19 +02:00
"en": "Choose a domain"
},
2018-05-10 23:20:19 +02:00
"example": "domain.fr"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2018-05-12 10:56:39 +02:00
"en": "Should Funkwhale be publicly accessible?"
},
"default": "0"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user for Funkwhale?"
},
2018-05-10 23:20:19 +02:00
"example": "jibec"
}
]
}
2019-02-15 06:46:40 +01:00
}