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

76 lines
2.7 KiB
Markdown
Raw Normal View History

2021-01-28 23:21:19 +01:00
# BookStack for YunoHost
2019-07-29 19:50:23 +02:00
2021-01-28 23:21:19 +01: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
2021-01-28 23:21:19 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2019-07-29 19:50:23 +02:00
2021-01-28 23:21:19 +01: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
2021-01-28 23:21:19 +01:00
## Overview
2021-01-29 16:24:35 +01:00
BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. It is an opinionated wiki system that provides a pleasant and simple out of the box experience.
BookStack is built using PHP, on top of the Laravel framework and it uses MySQL to store data.
2019-07-29 19:50:23 +02:00
2021-04-20 08:17:08 +02:00
**Shipped version:** 21.04.1
2019-07-29 19:50:23 +02:00
2021-01-28 23:21:19 +01:00
## Screenshots
2019-07-29 19:50:23 +02:00
2021-01-28 23:41:59 +01:00
![](https://www.bookstackapp.com/images/bookstack-hero-screenshot.jpg)
2019-07-29 19:50:23 +02:00
2021-01-28 23:21:19 +01:00
## Demo
2019-07-29 19:50:23 +02:00
2021-01-29 09:19:15 +01:00
* [Official demo](https://demo.bookstackapp.com/)
2019-07-29 19:50:23 +02:00
2021-01-28 23:21:19 +01:00
## Configuration
2021-01-29 13:26:46 +01:00
For the first time Login, use the default credentials `admin@admin.com` and `password`. You should change these details immediately after logging in for the first time.
* How to configure this app: From an admin panel, a plain file with SSH, or any other way.
2021-01-28 23:21:19 +01:00
## Documentation
* Official documentation: https://www.bookstackapp.com/docs/
2021-04-10 10:20:35 +02:00
* YunoHost documentation: https://yunohost.org/en/app_bookstack
2021-01-28 23:21:19 +01:00
## YunoHost specific features
#### Multi-user support
2021-01-29 13:49:00 +01:00
* Are LDAP and HTTP auth supported? **Yes**
* Can the app be used by multiple users? **Yes**
2021-01-28 23:21:19 +01:00
#### Supported architectures
2021-04-10 10:20:35 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bookstack.svg)](https://ci-apps.yunohost.org/ci/apps/bookstack/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bookstack.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bookstack/)
2021-01-28 23:21:19 +01:00
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
## Links
* Report a bug: https://github.com/YunoHost-Apps/bookstack_ynh/issues
2021-01-28 23:41:59 +01:00
* App website: https://www.bookstackapp.com/
2021-01-28 23:21:19 +01:00
* Upstream app repository: https://github.com/BookStackApp/BookStack
* YunoHost website: https://yunohost.org/
---
## 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
```