Bookstack
Start from YAML / Docker application
It is possible to quickly setup a docker instance. This will created them into an isolated net...
Alter url
Bookstack reads the environment variable "APP_URL", which unfortunately cannot be altered permane...
Run in an Iframe
If for some reason you want to run the bookstack in an iframe, you have to modify the .env file t...
Solving problems
Error starting docker after update
After an update I came across this error chmod: changing permissions of '/config/nginx/site-conf...
Error starting MariaDB after update
After an update I saw this in my docker station Brought to you by linuxserver.io ───────────...
SMTP: response code "235" but got code "535"
This is probably more a PHP error, but I came across it in the context of bookstacks.When configu...
Run your own Bookstack docker
After being required to move my server and the LinuxServer BookStack image stopped working.At the...
Update Database Links to relative paths
SET SQL_SAFE_UPDATES = 0; UPDATE bookstackapp.images SET URL= REPLACE(REPLACE(url, 'http://wiki...