1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bazarr_ynh.git synced 2024-09-03 18:06:27 +02:00
bazarr_ynh/manifest.json
2022-02-07 21:27:26 +01:00

47 lines
1.2 KiB
JSON

{
"name": "Bazarr",
"id": "bazarr",
"packaging_format": 1,
"description": {
"en": "Automated subtitle downloading for Sonarr and Radarr",
"fr": "Téléchargement automatique de sous-titres pour Sonarr et Radarr"
},
"version": "1.0.1~ynh3",
"url": "https://bazarr.media",
"upstream": {
"license": "GPL-3.0",
"website": "https://bazarr.media",
"admindoc": "https://wiki.bazarr.media",
"code": "https://github.com/morpheus65535/bazarr"
},
"license": "GPL-3.0",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/bazaar",
"default": "/bazarr"
},
{
"name": "admin",
"type": "user"
}
]
}
}