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

52 lines
1.3 KiB
JSON
Raw Normal View History

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": {
"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-04-01 22:09:49 +02:00
"version": "11.0.0~ynh4",
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
},
"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
}
]
}
}