{ "name": "Node-RED", "id": "nodered", "packaging_format": 1, "description": { "en": "Flow-based programming for the Internet of Things", "fr": "Programmation par flux de données pour l'Internet des objets" }, "version": "2.1.5~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0", "website": "https://nodered.org", "userdoc": "https://nodered.org/docs/", "code": "https://github.com/node-red/node-red" }, "license": "MIT", "maintainer": { "name": "tituspijean", "email": "tituspijean@outlook.com" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/nodered", "default": "/nodered" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "default": false, "help": { "en": "Should the dashboard and HTTP endpoints be publicly accessible?", "fr": "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?" } } ] } }