{ "name": "CryptPad", "id": "cryptpad", "packaging_format": 1, "description": { "en": "Zero Knowledge realtime collaborative editor", "fr": "Éditeur chiffré collaboratif en temps réel." }, "version": "3.24.0~ynh1", "url": "https://cryptpad.fr/", "license": "AGPL-3.0-or-later", "maintainer": { "name": "frju365", "email": "win10@tutanota.com", "url": "https://frju365.yunohost.support" }, "requirements": { "yunohost": ">= 4.0.0" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for CryptPad", "fr": "Choisissez un nom de domaine pour CryptPad" }, "example": "cryptpad.example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for CryptPad, requires a dedicated sub-domain/domain.", "fr": "Choisissez un chemin pour CryptPad, nécessite un sous-domaine/domaine dédié." }, "example": "/", "default": "/" }, { "name": "admin", "type": "user", "ask": { "en": "Choose an admin user", "fr": "Choisissez l’administrateur" }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public site?", "fr": "Est-ce un site publique ?" }, "default": true } ] } }