2019-07-29 19:50:23 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "BookStack",
|
|
|
|
|
"id": "bookstack",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2021-01-28 23:54:40 +01:00
|
|
|
|
"en": "Platform to create documentation/wiki content",
|
|
|
|
|
"fr": "Plateforme pour créer du contenu de documentation/wiki "
|
2019-07-29 19:50:23 +02:00
|
|
|
|
},
|
2021-04-20 23:43:22 +02:00
|
|
|
|
"version": "21.04.2~ynh1",
|
2021-01-29 16:24:35 +01:00
|
|
|
|
"url": "https://www.bookstackapp.com/",
|
2021-01-28 23:21:19 +01:00
|
|
|
|
"license": "MIT",
|
2019-07-29 19:50:23 +02:00
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "liberodark",
|
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-04-10 10:18:10 +02:00
|
|
|
|
"yunohost": ">= 4.1.7"
|
2019-07-29 19:50:23 +02:00
|
|
|
|
},
|
2021-04-14 10:18:57 +02:00
|
|
|
|
"multi_instance": false,
|
2019-07-29 19:50:23 +02:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
2021-01-28 23:21:19 +01:00
|
|
|
|
"php7.3-fpm",
|
2019-07-29 19:50:23 +02:00
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install": [{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
2021-01-29 10:12:45 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
2021-01-29 12:04:15 +01:00
|
|
|
|
"example": "/bookstack",
|
|
|
|
|
"default": "/bookstack"
|
2021-01-29 10:12:45 +01:00
|
|
|
|
},
|
2021-01-29 09:56:40 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "language",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose the application language",
|
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
|
},
|
2021-01-29 12:52:54 +01:00
|
|
|
|
"choices": ["de", "en", "es", "fr", "it", "nl"],
|
2021-01-29 10:12:45 +01:00
|
|
|
|
"default": "en"
|
2021-01-29 09:56:40 +01:00
|
|
|
|
},
|
2019-07-29 19:50:23 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2021-01-29 11:37:01 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, BookStack 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, BookStack sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2021-01-28 23:21:19 +01:00
|
|
|
|
"default": true
|
2019-07-29 19:50:23 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|