2019-02-06 19:37:46 +01:00
|
|
|
{
|
2022-09-21 22:43:56 +02:00
|
|
|
"name": "Airsonic-Advanced",
|
2019-02-06 19:37:46 +01:00
|
|
|
"id": "airsonic",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2019-11-27 01:15:17 +01:00
|
|
|
"en": "Stream and manage your music collection",
|
|
|
|
"fr": "Streamez et gérez votre collection de musique"
|
2019-02-06 19:37:46 +01:00
|
|
|
},
|
2023-01-13 21:52:47 +01:00
|
|
|
"version": "11.0.0~ynh3",
|
2022-09-21 22:43:56 +02:00
|
|
|
"url": "https://github.com/airsonic-advanced/airsonic-advanced",
|
2021-06-27 11:57:49 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"admindoc": "https://airsonic.github.io/docs/",
|
2022-09-21 22:43:56 +02:00
|
|
|
"code": "https://github.com/airsonic-advanced/airsonic-advanced"
|
2021-06-27 11:57:49 +02:00
|
|
|
},
|
2019-02-06 19:37:46 +01:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
2022-09-21 01:03:09 +02:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2019-02-06 19:37:46 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-12-11 22:58:24 +01:00
|
|
|
"yunohost": ">= 11.0.9"
|
2019-02-06 19:37:46 +01:00
|
|
|
},
|
2022-09-22 02:10:18 +02:00
|
|
|
"multi_instance": true,
|
2019-02-06 19:37:46 +01:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-09-21 01:03:09 +02:00
|
|
|
"install": [
|
2019-02-06 19:37:46 +01:00
|
|
|
{
|
|
|
|
"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": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2022-09-21 01:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
2019-02-06 19:37:46 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|