From c76dd8e0ab9fee7eb0f35814feae9a4f46432daf Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 7 May 2020 01:13:02 +0200 Subject: [PATCH] update --- bookstack/readme.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bookstack/readme.md b/bookstack/readme.md index 5feaec7..df62c66 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -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.
+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/)
+Users data daily export using the [official procedure.](https://www.bookstackapp.com/docs/admin/backup-restore/)
For bookstack it means database dump and backing up several directories containing user uploaded files.