{ "name": "Distbin", "id": "distbin", "packaging_format": 1, "description": { "en": "Distributed pastebin with ActivityPub.", "fr": "Pastebin distribué utilisant le protocole ActivityPub." }, "version": "1.3.0~ynh7", "url": "https://distbin.com/", "license": "Apache-2.0", "maintainer": { "name": "yalh76" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/distbin", "default": "/distbin" }, { "name": "is_public", "type": "boolean", "default": true } ] } }