{ "name": "NodeBB", "id": "nodebb", "packaging_format": 1, "description": { "en": "Nodejs Forum", "fr": "Forum écrit en nodejs" }, "version": "1.16.2~ynh1", "url": "https://nodebb.org/", "license": "GPL-3.0", "maintainer": { "name": "frju365", "email": "abld@tutanota.com", "url": "https://github.com/Yunohost-Apps/nodebb_ynh" }, "requirements": { "yunohost": ">> 4.1.7" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/", "default": "/" }, { "name": "is_public", "type": "boolean", "default": true } ] } }