{ "name": "Focalboard", "id": "focalboard", "packaging_format": 1, "description": { "en": "Self-hosted alternative to Trello, Notion, and Asana", "fr": "Alternative auto-hébergée à Trello, Notion et Asana" }, "version": "0.8.0~ynh2", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT", "website": "https://www.focalboard.com/", "admindoc": "https://www.focalboard.com/guide/admin/", "userdoc": "https://www.focalboard.com/guide/user/", "code": "https://github.com/mattermost/focalboard" }, "license": "MIT", "maintainer": { "name": "eric_G" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ "nginx", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, Focalboard 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, Focalboard sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }