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

54 lines
1,010 B
JSON
Raw Normal View History

{
"name": "Funkwhale",
"id": "funkwhale",
"packaging_format": 1,
"description": {
2018-05-12 13:17:09 +02:00
"en": "A modern, convivial and free music server"
},
2019-12-08 23:07:34 +01:00
"version": "0.20.1~ynh6",
"url": "https://funkwhale.audio",
2019-04-03 14:35:09 +02:00
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
},
2019-04-03 14:07:24 +02:00
"requirements": {
2019-11-03 08:37:59 +01:00
"yunohost": ">= 3.6"
2019-04-03 14:07:24 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2019-04-12 16:58:46 +02:00
"en": "Choose a domain for funkwhale"
},
2019-04-12 16:58:46 +02:00
"example": "example.com"
},
{
2019-04-12 16:58:46 +02:00
"name": "admin",
"type": "user",
"ask": {
2019-04-12 16:58:46 +02:00
"en": "Choose an admin user"
},
2019-04-12 16:58:46 +02:00
"example": "jibec"
},
{
2019-04-12 16:58:46 +02:00
"name": "is_public",
"type": "boolean",
"ask": {
2019-04-12 16:58:46 +02:00
"en": "Is it a public application?"
},
2019-08-28 23:50:20 +02:00
"help": {
"en": "Allows non loggued users to access the user interface (mandatory for federation)"
},
2019-04-12 16:58:46 +02:00
"default": true
}
]
}
2019-04-03 14:07:24 +02:00
}