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
ericgaspar c7707dc1d7
Fix
2021-01-28 23:21:19 +01:00

56 lines
1.5 KiB
JSON

{
"name": "BookStack",
"id": "bookstack",
"packaging_format": 1,
"description": {
"en": "A platform to create documentation/wiki content",
"fr": ""
},
"version": "0.31.4~ynh1",
"url": "https://github.com/BookStackApp/BookStack",
"license": "MIT",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.0.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for BookStack",
"fr": "Choisissez un nom de domaine pour BookStack"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for BookStack, only / is accepted for now",
"fr": "Choisissez un chemin pour BookStack, seul / est accepté pour l'instant"
},
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site public ?"
},
"default": true
}
]
}
}