2021-09-21 00:25:53 +02:00
|
|
|
{
|
2021-09-21 15:21:52 +02:00
|
|
|
"name": "Outline wiki",
|
|
|
|
"id": "outline",
|
2021-09-21 00:25:53 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-09-21 00:49:44 +02:00
|
|
|
"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"
|
2021-09-21 00:25:53 +02:00
|
|
|
},
|
2022-03-01 17:39:45 +01:00
|
|
|
"version": "0.62.0~ynh1",
|
2021-09-21 00:49:44 +02:00
|
|
|
"url": "www.getoutline.com",
|
2021-09-21 00:25:53 +02:00
|
|
|
"upstream": {
|
2021-09-21 00:49:44 +02:00
|
|
|
"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"
|
2021-09-21 00:25:53 +02:00
|
|
|
},
|
2021-09-21 00:49:44 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-09-21 00:25:53 +02:00
|
|
|
"maintainer": {
|
2021-09-21 15:14:04 +02:00
|
|
|
"name": "Raoul de Limezy"
|
2021-09-21 00:25:53 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-09-23 20:12:33 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2021-09-21 00:25:53 +02:00
|
|
|
},
|
2021-09-21 00:49:44 +02:00
|
|
|
"multi_instance": false,
|
2021-09-21 00:25:53 +02:00
|
|
|
"services": [
|
2021-09-21 15:15:02 +02:00
|
|
|
"nginx"
|
2021-09-21 00:25:53 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-11-09 18:18:27 +01:00
|
|
|
"type": "domain"
|
2021-09-21 00:25:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"],
|
2021-11-09 08:41:18 +01:00
|
|
|
"default": "en"
|
2021-09-22 02:11:01 +02:00
|
|
|
},
|
|
|
|
{
|
2021-11-09 11:34:46 +01:00
|
|
|
"name": "slack_key",
|
|
|
|
"type": "string",
|
|
|
|
"ask": "Slack Client ID (from https://api.slack.com/apps)"
|
2021-09-22 02:11:01 +02:00
|
|
|
},
|
|
|
|
{
|
2021-11-09 11:34:46 +01:00
|
|
|
"name": "slack_secret",
|
|
|
|
"type": "string",
|
|
|
|
"ask": "Slack Client Secret (from https://api.slack.com/apps)"
|
2021-11-09 17:50:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "minio_domain",
|
|
|
|
"type": "domain",
|
2021-11-09 19:02:56 +01:00
|
|
|
"ask": "Domain for MinIO app (if not yet installed, it will automatically be). Please note that this domain has to be free from any app"
|
2021-09-21 00:25:53 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|