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-08-04 22:41:18 +02:00
|
|
|
|
"version": "21.05.4~ynh1",
|
2021-01-29 16:24:35 +01:00
|
|
|
|
"url": "https://www.bookstackapp.com/",
|
2021-05-24 15:15:56 +02:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://www.bookstackapp.com",
|
|
|
|
|
"demo": "https://demo.bookstackapp.com",
|
|
|
|
|
"admindoc": "https://www.bookstackapp.com/docs",
|
|
|
|
|
"userdoc": "https://yunohost.org/en/app_bookstack",
|
|
|
|
|
"code": "https://github.com/BookStackApp/BookStack"
|
|
|
|
|
},
|
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-05-09 21:47:19 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
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-07-21 19:40:32 +02:00
|
|
|
|
"php8.0-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-07-21 19:40:32 +02:00
|
|
|
|
"choices": ["de", "en", "es", "fr", "it", "nl", "pt"],
|
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
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|