You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore.
12
12
13
13
For more information on BookStack visit their website and check it out: https://www.bookstackapp.com
-{ env_var: "APP_URL", env_value: "", desc: "The protocol, IP/URL, and port that your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"}
28
-
-{ env_var: "APP_KEY", env_value: "", desc: "Session encryption key. You will need to generate this with `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey`"}
-{env_var: "APP_URL", env_value: "", desc: "The protocol, IP/URL, and port that your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"}
26
+
-{env_var: "APP_KEY", env_value: "", desc: "Session encryption key. You will need to generate this with `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey`"}
27
+
-{env_var: "DB_HOST", env_value: "", desc: "The database instance hostname"}
-{ external_port: "6875", internal_port: "80", port_desc: "http/s web interface." }
38
-
34
+
-{external_port: "6875", internal_port: "80", port_desc: "http/s web interface."}
39
35
opt_param_usage_include_env:true
40
36
opt_param_env_vars:
41
-
-{ env_var: "QUEUE_CONNECTION", env_value: "", desc: "Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling)." }
42
-
37
+
-{env_var: "QUEUE_CONNECTION", env_value: "", desc: "Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling)."}
43
38
# application setup block
44
39
app_setup_block_enabled:true
45
-
app_setup_block:|
46
-
40
+
app_setup_block:|2
47
41
The default username is admin@admin.com with the password of **password**, access the container at http://<host ip>:6875.
48
42
49
43
This application is dependent on a MariaDB database, be it one you already have or a new one. If you do not already have one, we provide an image here https://github.com/linuxserver/docker-mariadb.
@@ -80,39 +74,97 @@ app_setup_block: |
80
74
If you wish to use the extra functionality of BookStack such as email, LDAP and so on you will need to set additional environment variables or make your own .env file with guidance from the BookStack documentation.
81
75
82
76
The container will copy an exemplary .env file to /config/www/.env on your host system for you to use.