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
|
|
|
},
|
2021-12-02 11:35:48 +01:00
|
|
|
"version": "0.8.1.2135~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"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"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": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|