{ "name": "Trilium Notes", "id": "trilium", "packaging_format": 1, "description": { "en": "Hierarchical note taking application with focus on building large personal knowledge base", "fr": "Prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle" }, "version": "0.57.5~ynh1", "url": "https://github.com/zadam/trilium", "upstream": { "license": "AGPL-3.0-only", "admindoc": "https://github.com/zadam/trilium/wiki", "code": "https://github.com/zadam/trilium" }, "license": "AGPL-3.0-only", "maintainer": { "name": "Jules Bertholet", "email": "jules.bertholet@gmail.com" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "is_public", "type": "boolean", "default": true, "help": { "en": "Required for sync with desktop app", "fr": "Nécessaire pour la synchronisation avec l'application desktop" } }, { "name": "instance_name", "type": "string", "ask": { "en": "Choose a unique name for this instance (optional)", "fr": "Choisissez un nom unique pour cette instance (facultatif)" }, "example": "MyTrillium", "optional": true, "default": "" } ] } }