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

55 lines
1.6 KiB
JSON
Raw Normal View History

2021-05-21 14:24:10 +02:00
{
2021-05-21 15:15:08 +02:00
"name": "Jackett",
"id": "jackett",
2021-05-21 14:24:10 +02:00
"packaging_format": 1,
"description": {
2021-05-22 20:51:55 +02:00
"en": "It provides API support for your favorite torrent trackers.",
2021-05-21 14:24:10 +02:00
"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)"
},
2021-05-21 15:15:08 +02:00
"version": "0.18.98~ynh1",
2021-05-21 14:24:10 +02:00
"url": "https://example.com",
"upstream": {
2021-05-21 18:33:47 +02:00
"license": "GPL-2.0",
"website": "https://github.com/Jackett/Jackett",
"demo": "https://github.com/Jackett/Jackett",
2021-05-21 14:24:10 +02:00
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
2021-05-21 18:33:47 +02:00
"code": "https://github.com/Jackett/Jackett"
2021-05-21 14:24:10 +02:00
},
2021-05-21 18:33:47 +02:00
"license": "GPL-2.0",
2021-05-21 14:24:10 +02:00
"maintainer": {
2021-05-21 18:33:47 +02:00
"name": "Navan Chauhan",
"email": "navanchauhan+yunohost@gmail.com"
2021-05-21 14:24:10 +02:00
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
2021-05-21 15:15:08 +02:00
"nginx"
2021-05-21 14:24:10 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
2021-05-21 15:32:03 +02:00
"example": "/jackett",
"default": "/jackett"
2021-05-21 14:24:10 +02:00
},
{
"name": "is_public",
2021-05-22 20:51:55 +02:00
"help": {
"en": "Should the user interface be exposed to the public"
}
2021-05-21 14:24:10 +02:00
"type": "boolean",
"default": true
}
]
}
}