1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
outline_ynh/manifest.json
2021-11-10 00:25:57 +07:00

68 lines
2.2 KiB
JSON

{
"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": "59.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"
},
{
"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": "slack_key",
"type": "string",
"ask": "Slack Client ID (from https://api.slack.com/apps)"
},
{
"name": "slack_secret",
"type": "string",
"ask": "Slack Client Secret (from https://api.slack.com/apps)"
},
{
"name": "minio_domain",
"type": "domain",
"ask": "Domain for MinIO app. If MinIO is not yet installed, outline will automatically install it for you. Please note that MinIO has to be installed at the root of that domain : no other apps can be installed on that domain"
}
]
}
}