mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
63d3a1b3f8
* 22.06
* Auto-update README
* Update manifest.json
* Fix
* 22.06.1
* Auto-update README
* Update upgrade
* 22.06.2
* Auto-update README
* Update app.src
* Update DESCRIPTION.md
* Auto-update README
* Update nginx.conf
* Update .env.example.complete
* Update .env.example.complete
* Update install
* Revert "Update install"
This reverts commit e43db7a0de
.
* 22.07.1 (#80)
* 22.07.1
* Auto-update README
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
* Auto-update README
* Auto-update README
* 22.07.2 (#82)
* 22.07.2
* Auto-update README
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
* 22.07.3 (#84)
* 22.07.3
* Auto-update README
* Update manifest.json
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
* Update upgrade
* 22.09 (#88)
* 22.09
* Auto-update README
* Update app.src
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
83 lines
No EOL
2.4 KiB
JSON
83 lines
No EOL
2.4 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": "22.09~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/admin/",
|
||
"userdoc": "https://www.bookstackapp.com/docs/user/",
|
||
"code": "https://github.com/BookStackApp/BookStack"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "eric_G",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.0.9"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php8.0-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/bookstack",
|
||
"default": "/bookstack"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user"
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": [
|
||
"de",
|
||
"en",
|
||
"es_ES",
|
||
"fa",
|
||
"fr",
|
||
"it",
|
||
"lt",
|
||
"nl",
|
||
"pl",
|
||
"pt_PT",
|
||
"uk",
|
||
"zh_CN"
|
||
],
|
||
"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
|
||
}
|
||
]
|
||
}
|
||
} |