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
Navan Chauhan 300d0cc67a fix json
2021-05-23 00:29:29 +05:30

54 lines
1.6 KiB
JSON

{
"name": "Jackett",
"id": "jackett",
"packaging_format": 1,
"description": {
"en": "It provides API support for your favorite torrent trackers.",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
"version": "0.18.98~ynh1",
"url": "https://example.com",
"upstream": {
"license": "GPL-2.0",
"website": "https://github.com/Jackett/Jackett",
"demo": "https://github.com/Jackett/Jackett",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/Jackett/Jackett"
},
"license": "GPL-2.0",
"maintainer": {
"name": "Navan Chauhan",
"email": "navanchauhan+yunohost@gmail.com"
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/jackett",
"default": "/jackett"
},
{
"name": "is_public",
"help": {
"en": "Should the user interface be exposed to the public"
},
"type": "boolean",
"default": true
}
]
}
}