mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
53 lines
1,010 B
JSON
53 lines
1,010 B
JSON
{
|
|
"name": "Funkwhale",
|
|
"id": "funkwhale",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A modern, convivial and free music server"
|
|
},
|
|
"version": "0.20.0~ynh1",
|
|
"url": "https://funkwhale.audio",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Jean-Baptiste Holcroft",
|
|
"email": "jean-baptiste@holcroft.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for funkwhale"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose an admin user"
|
|
},
|
|
"example": "jibec"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?"
|
|
},
|
|
"help": {
|
|
"en": "Allows non loggued users to access the user interface (mandatory for federation)"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|