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

47 lines
1.1 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-11-22 09:40:20 +01:00
"en": "API support for your favorite torrent trackers",
"fr": "API pour vos trackers torrent préférés"
2021-05-21 14:24:10 +02:00
},
2022-08-28 08:11:39 +02:00
"version": "0.20.1810~ynh1",
2021-11-22 09:40:20 +01:00
"url": "https://github.com/Jackett/Jackett",
2021-05-21 14:24:10 +02:00
"upstream": {
2021-05-21 18:33:47 +02:00
"license": "GPL-2.0",
"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": {
2021-11-22 09:40:20 +01:00
"yunohost": ">= 4.3.0"
2021-05-21 14:24:10 +02:00
},
"multi_instance": true,
"services": [
2021-05-21 15:15:08 +02:00
"nginx"
2021-05-21 14:24:10 +02:00
],
"arguments": {
2022-08-28 08:11:39 +02:00
"install": [
2021-05-21 14:24:10 +02:00
{
"name": "domain",
2021-11-22 09:40:20 +01:00
"type": "domain"
2021-05-21 14:24:10 +02:00
},
{
"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",
"type": "boolean",
"default": true
}
]
}
}