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
2019-07-29 19:50:23 +02:00

76 lines
2.1 KiB
JSON

{
"name": "BookStack",
"id": "bookstack",
"packaging_format": 1,
"description": {
"en": "BookStack package for YunoHost.",
"fr": "BookStack pour YunoHost."
},
"version": "0.26.3",
"url": "https://github.com/BookStackApp/BookStack",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-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 / is accepted",
"fr": "Choisissez un chemin pour BookStack / est accepté"
},
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
},
{
"name": "email",
"type": "email",
"ask": {
"en": "Set the administrator email",
"fr": "Définissez l'email administrateur"
},
"example": "Choose a email"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
}
]
}
}