{ "name": "Jackett", "id": "jackett", "packaging_format": 1, "description": { "en": "Jackett 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", "type": "boolean", "default": true } ] } }