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

56 lines
1.5 KiB
JSON
Raw Normal View History

{
2020-06-18 15:30:22 +02:00
"name": "Funkwhale",
"id": "funkwhale",
"packaging_format": 1,
"description": {
"en": "A modern, convivial and free music server"
},
2020-10-12 20:56:20 +02:00
"version": "0.1.0.1~ynh1",
2020-06-18 15:30:22 +02:00
"url": "https://funkwhale.audio",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Ciarán Ainsworth",
"email": "cda@rootkey.co.uk"
},
"previous_maintainers": [{
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
}],
"requirements": {
"yunohost": ">= 4.0"
2020-06-18 15:30:22 +02:00
},
"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": "sporiff"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"help": {
"en": "Allows unauthenticated users to access the user interface (mandatory for federation)"
},
"default": true
}
]
}
2020-10-12 20:56:20 +02:00
}