{ "name": "Zerobin", "id": "zerobin", "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.5~ynh1", "url": "https://privatebin.info/", "upstream": { "license": "Zlib", "website": "https://privatebin.info/", "demo": "https://privatebin.net/", "admindoc": "https://github.com/PrivateBin/PrivateBin/wiki", "code": "https://github.com/PrivateBin/PrivateBin" }, "license": "Zlib", "maintainer": { "name": "julien", "email": "julien.malik@paraiso.me" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/zerobin", "default": "/zerobin" }, { "name": "is_public", "type": "boolean", "default": true } ] } }