mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
b3ad4d67d3
* 21.05
66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
||
"name": "BookStack",
|
||
"id": "bookstack",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Platform to create documentation/wiki content",
|
||
"fr": "Plateforme pour créer du contenu de documentation/wiki "
|
||
},
|
||
"version": "21.05.0~ynh1",
|
||
"url": "https://www.bookstackapp.com/",
|
||
"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"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "liberodark",
|
||
"email": "liberodark@gmail.com"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.2.4"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx",
|
||
"php7.3-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install": [{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/bookstack",
|
||
"default": "/bookstack"
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": ["de", "en", "es", "fr", "it", "nl"],
|
||
"default": "en"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"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."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|