{ "name": "Simple Torrent", "id": "simple-torrent", "packaging_format": 1, "description": { "en": "Self-hosted remote torrent client", "fr": "Client torrent distant auto-hébergé" }, "version": "1.3.9~ynh2", "url": "https://github.com/boypt/simple-torrent", "upstream": { "license": "AGPL-3.0-only", "website": "https://github.com/boypt/simple-torrent", "admindoc": "https://github.com/boypt/simple-torrent/wiki", "code": "https://github.com/boypt/simple-torrent" }, "license": "AGPL-3.0-only", "maintainer": { "name": "eric_G" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/simple-torrent", "default": "/simple-torrent" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, Simple Torrent will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Simple Torrent sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }