{ "name": "PeerTube", "id": "peertube", "packaging_format": 1, "description": { "en": "Federated video streaming platform using P2P directly in the web browser", "fr": "Plateforme fédéralisé de diffusion vidéo par P2P directement dans le navigateur" }, "version": "5.2.1~ynh1", "url": "https://github.com/Chocobozzz/PeerTube", "upstream": { "license": "AGPL-3.0-only", "website": "https://joinpeertube.org/fr", "demo": "http://peertube.cpy.re", "admindoc": "https://docs.joinpeertube.org", "code": "https://github.com/Chocobozzz/PeerTube" }, "license": "AGPL-3.0-only", "maintainer": { "name": "yalh76" }, "requirements": { "yunohost": ">= 11.0.0" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "admin", "type": "user" } ] } }