1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
navidrome_ynh/manifest.json

47 lines
1.4 KiB
JSON
Raw Normal View History

2020-08-16 13:57:57 +02:00
{
"name": "Navidrome",
"id": "navidrome",
"packaging_format": 1,
"description": {
"en": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"fr": "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
},
2021-03-24 07:51:38 +01:00
"version": "0.41.0~ynh1",
2020-08-16 13:57:57 +02:00
"url": "https://github.com/deluan/navidrome/",
2020-09-25 19:47:36 +02:00
"license": "GPL-3.0-only",
2020-08-16 13:57:57 +02:00
"maintainer": {
2020-09-25 19:47:36 +02:00
"name": "eric_G"
2020-08-16 13:57:57 +02:00
},
"requirements": {
2021-03-15 09:17:20 +01:00
"yunohost": ">= 4.1.7"
2020-08-16 13:57:57 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/navidrome",
"default": "/navidrome"
},
{
"name": "is_public",
"type": "boolean",
"help": {
2020-08-23 14:25:12 +02:00
"en": "You must activate public site if you want to connect a client player to Navidrome. This can be changed later via the webadmin.",
"fr": "Vous devez activer site public si vous souhaitez connecter un lecteur client à Navidrome. Vous pourrez changer ceci plus tard via la webadmin."
2020-08-16 13:57:57 +02:00
},
"default": true
}
]
}
}