{ "name": "PeerTube", "id": "peertube", "packaging_format": 1, "description": { "en": "Peertube is a p2p video sharing app which works in browser too" }, "version": "1.0", "url": "https://github.com/Chocobozzz/PeerTube", "license": "AGPL", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" }, "requirements": { "yunohost": ">= 2.7.2" }, "multi_instance": false, "services": [ "nginx", "nodejs", "postgresql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for PeerTube" }, "example": "example.com" }, { "name": "email", "ask": { "en": "Choose an admin(root) email(Can be other then LDAP emails and can't be changed after installation)" }, "example": "johndoe@example.com" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?" }, "default": true } ] } }