{ "name": "n8n", "id": "n8n", "packaging_format": 1, "description": { "en": "Workflow Automation Tool. Easily automate tasks across different services.", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services." }, "version": "0.138.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", "website": "https://n8n.io/", "demo": "https://demo.example.com", "admindoc": "https://docs.n8n.io/", "code": "https://github.com/n8n-io/n8n" }, "license": "Apache-2.0", "maintainer": { "name": "" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, n8n will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, n8n sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "name": "password", "type": "password" } ] } }