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
2022-10-17 23:08:25 +02:00

49 lines
1.2 KiB
JSON

{
"name": "Lidarr",
"id": "lidarr",
"packaging_format": 1,
"description": {
"en": "Music collection manager for Usenet and BitTorrent users",
"fr": "Gestionnaire de discothèque pour utilisateurs de Usenet et BitTorrent"
},
"version": "1.0.2.2592~ynh1",
"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"
},
"license": "MIT",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/lidarr",
"default": "/lidarr"
},
{
"name": "admin",
"type": "user"
}
]
}
}