1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
bookstack_ynh/manifest.json

59 lines
1.8 KiB
JSON
Raw Normal View History

2019-07-29 19:50:23 +02:00
{
"name": "BookStack",
"id": "bookstack",
"packaging_format": 1,
"description": {
2021-02-01 14:42:41 +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
},
"version": "21.04.3~ynh1",
2021-02-01 14:42:41 +01:00
"url": "https://www.bookstackapp.com/",
"license": "MIT",
2019-07-29 19:50:23 +02:00
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.1.7"
2019-07-29 19:50:23 +02:00
},
"multi_instance": false,
2019-07-29 19:50:23 +02:00
"services": [
"nginx",
2021-02-01 14:42:41 +01:00
"php7.3-fpm",
2019-07-29 19:50:23 +02:00
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
2021-02-01 14:42:41 +01:00
"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"
2019-07-29 19:50:23 +02:00
},
{
"name": "is_public",
"type": "boolean",
2021-02-01 14:42:41 +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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2019-07-29 19:50:23 +02:00
}
]
}
}