{ "name": "Outline wiki", "id": "outline", "packaging_format": 1, "description": { "en": "An open, extensible, wiki for your team built using React and Node.js.", "fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js" }, "version": "0.62.0~ynh1", "url": "www.getoutline.com", "upstream": { "license": "BSL 1.1", "website": "www.getoutline.com", "demo": "https://app.getoutline.com/create", "admindoc": "https://www.getoutline.com/developers", "userdoc": "https://www.getoutline.com/about", "code": "https://github.com/outline/outline" }, "license": "AGPL-3.0-only", "maintainer": { "name": "Raoul de Limezy" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "wiki.domain.tld", "ask": "Domain for Outline app. This will be the main domain to access the wiki. Outline has to be installed at the root" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], "default": "en" }, { "name": "dex_domain", "type": "domain", "example": "auth.domain.tld", "ask": "Domain for authentification. It can't be the same domain as above. Dex app will be installed and used for the authentification mechanism" }, { "name": "dex_path", "type": "path", "example": "/example", "default": "/example" }, { "name": "minio_domain", "type": "domain", "example": "docs.domain.tld", "ask": "Domain for Minio app, used for images and attachements storage. If not yet installed, it will automatically be. Minio has to be installed at the root" } ] } }