mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "Sonarr",
|
|
"id": "sonarr",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A series collection manager for Usenet and BitTorrent users",
|
|
"fr": "Gestionnaire de collection de séries pour utilisateurs de Usenet et BitTorrent"
|
|
},
|
|
"version": "3.0.6.1196~ynh2",
|
|
"url": "https://sonarr.tv",
|
|
"upstream": {
|
|
"license": "GPL-3.0-only",
|
|
"website": "https://sonarr.tv",
|
|
"admindoc": "https://wiki.servarr.com/Sonarr",
|
|
"code": "https://github.com/Sonarr/Sonarr"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "tituspijean",
|
|
"email": "tituspijean@outlook.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/sonarr",
|
|
"default": "/sonarr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|