This commit is contained in:
DoTheEvolution 2020-05-07 01:13:02 +02:00
parent 490ee5eae1
commit c76dd8e0ab
1 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,7 @@
![logo](https://i.imgur.com/qDXwqaU.png)
# Purpose
# Purpose & Overview
Documentation and notes.
@ -12,6 +12,14 @@ Documentation and notes.
* [Github](https://github.com/BookStackApp/BookStack)
* [DockerHub](https://hub.docker.com/r/linuxserver/bookstack)
BookStack is a modern, open source, good looking wiki platform
for storing and organising information and documentation.
Writen in PHP, with MySQL storing the user data.</br>
There is no official Dockerhub image so the one mainted by
[linuxserver.io](https://www.linuxserver.io/) is used,
which uses nginx as a web server.
# Files and directory structure
```
@ -137,7 +145,7 @@ book.{$MY_DOMAIN} {
# Backup of just user data
User-data daily export using the [official procedure.](https://www.bookstackapp.com/docs/admin/backup-restore/)</br>
Users data daily export using the [official procedure.](https://www.bookstackapp.com/docs/admin/backup-restore/)</br>
For bookstack it means database dump and backing up several directories
containing user uploaded files.