{ "name": "CryptPad", "id": "cryptpad", "packaging_format": 1, "description": { "en": "Zero Knowledge realtime collaborative editor", "fr": "Éditeur chiffré collaboratif en temps réel." }, "version": "4.8.0~ynh1", "url": "https://cryptpad.fr/", "upstream": { "license": "AGPL-3.0-only", "website": "https://cryptpad.fr/", "demo": "https://cryptpad.fr/", "admindoc": "https://docs.cryptpad.fr/en/", "userdoc": "https://yunohost.org/apps", "code": "https://github.com/xwiki-labs/cryptpad" }, "license": "AGPL-3.0-only", "maintainer": { "name": "frju365", "email": "win10@tutanota.com", "url": "https://frju365.yunohost.support" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "help": { "en": "CryptPad needs to be installed in a dedicated domain or sub-domain.", "fr": "CryptPad doit être installé dans un domaine ou sous-domaine dédié." }, "example": "cryptpad.example.com" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, CryptPad 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, CryptPad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }