{ "name": "PrivateBin", "id": "privatebin", "packaging_format": 1, "description": { "en": "Minimalist pastebin where the server has zero knowledge of pasted data", "fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées" }, "version": "1.3.4~ynh2", "url": "https://github.com/PrivateBin/PrivateBin", "license": "Zlib", "maintainer": { "name": "julien", "email": "julien.malik@paraiso.me" }, "requirements": { "yunohost": ">= 3.8.1" }, "multi_instance": true, "services": [ "nginx", "php7.0-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for PrivateBin", "fr": "Choisissez un domaine pour PrivateBin" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for PrivateBin", "fr": "Choisissez un chemin pour PrivateBin" }, "example": "/privatebin", "default": "/privatebin" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public site?", "fr": "Est-ce un site public ?" }, "help": { "en": "If private, only YunoHost users can create a paste, but everyone can read it.", "fr": "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire." }, "default": true } ] } }