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

54 lines
1.3 KiB
JSON
Raw Normal View History

2019-02-06 19:37:46 +01:00
{
"name": "Airsonic",
"id": "airsonic",
"packaging_format": 1,
"description": {
"en": "Stream and manage your music collection",
"fr": "Streamez et gérez votre collection de musique"
2019-02-06 19:37:46 +01:00
},
"version": "10.6.2~ynh2",
2019-02-06 19:37:46 +01:00
"url": "http://airsonic.github.io",
2021-06-27 11:57:49 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://airsonic.github.io/",
"demo": "https://airsonic.github.io/demo/",
"admindoc": "https://airsonic.github.io/docs/",
"code": "https://github.com/airsonic/airsonic"
},
2019-02-06 19:37:46 +01:00
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Gofannon",
"email": "gofannon@riseup.net"
},
"requirements": {
2021-06-27 11:57:49 +02:00
"yunohost": ">= 4.2.4"
2019-02-06 19:37:46 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-20 18:46:11 +02:00
"type": "domain"
2019-02-06 19:37:46 +01:00
},
{
"name": "path",
"type": "path",
"example": "/airsonic",
"default": "/airsonic"
},
{
"name": "admin",
2021-09-20 18:46:11 +02:00
"type": "user"
2019-02-06 19:37:46 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}