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

50 lines
1.2 KiB
JSON
Raw Normal View History

2021-06-09 22:55:44 +02:00
{
"name": "Lidarr",
"id": "lidarr",
"packaging_format": 1,
"description": {
2021-11-22 23:49:33 +01:00
"en": "Music collection manager for Usenet and BitTorrent users",
"fr": "Gestionnaire de discothèque pour utilisateurs de Usenet et BitTorrent"
2021-06-09 22:55:44 +02:00
},
2023-03-23 18:45:26 +01:00
"version": "1.0.2.2592~ynh2",
2021-06-09 22:55:44 +02:00
"url": "https://lidarr.audio",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://lidarr.audio",
"admindoc": "https://wiki.servarr.com/Lidarr",
"code": "https://github.com/Lidarr/Lidarr"
},
2022-10-27 22:37:56 +02:00
"license": "GPL-3.0-only",
2021-06-09 22:55:44 +02:00
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
2021-11-22 23:49:33 +01:00
"yunohost": ">= 4.3.0"
2021-06-09 22:55:44 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
2022-10-17 23:08:25 +02:00
"install": [
2021-06-09 22:55:44 +02:00
{
"name": "domain",
2021-11-22 23:49:33 +01:00
"type": "domain"
2021-06-09 22:55:44 +02:00
},
{
"name": "path",
"type": "path",
"example": "/lidarr",
"default": "/lidarr"
},
{
"name": "admin",
2021-11-22 23:49:33 +01:00
"type": "user"
2021-06-09 22:55:44 +02:00
}
]
}
}