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/README.md

65 lines
2.8 KiB
Markdown
Raw Normal View History

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2019-07-29 19:50:23 +02:00
# BookStack for YunoHost
2019-07-29 19:50:23 +02:00
2021-06-22 08:41:26 +02:00
[![Integration level](https://dash.yunohost.org/integration/bookstack.svg)](https://dash.yunohost.org/appci/app/bookstack) ![](https://ci-apps.yunohost.org/ci/badges/bookstack.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bookstack.maintain.svg)
[![Install BookStack with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bookstack)
2019-07-29 19:50:23 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2019-07-29 19:50:23 +02:00
2021-06-22 08:41:26 +02:00
> *This package allows you to install BookStack quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2019-07-29 19:50:23 +02:00
## Overview
2019-07-29 19:50:23 +02:00
BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience.
2019-07-29 19:50:23 +02:00
2022-02-07 19:29:35 +01:00
### Features
- Multi-Factor Authentication
- Dark & Light Modes
- LDAP Authentication
- Optional Markdown Editor
- Multi-Lingual
2022-02-07 19:29:35 +01:00
2022-02-28 07:57:31 +01:00
**Shipped version:** 22.02.1~ynh1
2021-02-01 14:42:41 +01:00
**Demo:** https://demo.bookstackapp.com
2021-02-01 14:42:41 +01:00
## Screenshots
2021-02-01 14:42:41 +01:00
2021-06-22 08:41:26 +02:00
![](./doc/screenshots/bookstack-hero-screenshot.jpg)
2021-02-01 14:42:41 +01:00
## Disclaimers / important information
2021-02-01 14:42:41 +01:00
## Configuration
2021-02-01 14:42:41 +01:00
BookStack uses LDAP authentication by default.
2021-02-01 14:42:41 +01:00
You can switch to standard authentication in the webadmin -> bookstack -> config panel setting
For the first time Login with standard authentication, use the default credentials `admin@admin.com` and `password`. You should change these details immediately after logging in for the first time.
## Documentation and resources
2021-02-01 14:42:41 +01:00
* Official app website: https://www.bookstackapp.com
2022-02-07 19:29:35 +01:00
* Official user documentation: https://www.bookstackapp.com/docs/user/
* Official admin documentation: https://www.bookstackapp.com/docs/admin/
2021-06-22 08:41:26 +02:00
* Upstream app code repository: https://github.com/BookStackApp/BookStack
* YunoHost documentation for this app: https://yunohost.org/app_bookstack
* Report a bug: https://github.com/YunoHost-Apps/bookstack_ynh/issues
2021-02-01 14:42:41 +01:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bookstack_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/bookstack_ynh/tree/testing --debug
or
sudo yunohost app upgrade bookstack -u https://github.com/YunoHost-Apps/bookstack_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps