1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
jackett_ynh/manifest.json
2024-02-25 21:42:40 +01:00

46 lines
1.1 KiB
JSON

{
"name": "Jackett",
"id": "jackett",
"packaging_format": 1,
"description": {
"en": "API support for your favorite torrent trackers",
"fr": "API pour vos trackers torrent préférés"
},
"version": "0.20.1810~ynh1",
"url": "https://github.com/Jackett/Jackett",
"upstream": {
"license": "GPL-2.0",
"code": "https://github.com/Jackett/Jackett"
},
"license": "GPL-2.0",
"maintainer": {
"name": "Navan Chauhan",
"email": "navanchauhan+yunohost@gmail.com"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/jackett",
"default": "/jackett"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}