{ "name": "Scratch", "id": "scratch", "packaging_format": 1, "description": { "en": "Scratch package for YunoHost.", "fr": "Scratch pour YunoHost." }, "version": "3.0-Beta~ynh1", "url": "https://scratch.mit.edu/", "license": "non-free", "maintainer": { "name": "liberodark", "email": "liberodark@gmail.com" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "mysql" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/scratch", "default": "/scratch" }, { "name": "is_public", "type": "boolean", "default": true } ] } }