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
Copy file name to clipboardExpand all lines: README.md
+35-11Lines changed: 35 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -144,18 +144,21 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
144
144
145
145
## Application Setup
146
146
147
+
147
148
The default username is admin@admin.com with the password of **password**, access the container at http://dockerhost:6875.
148
149
149
150
This application is dependent on a MySQL database be it one you already have or a new one. If you do not already have one, set up our MariaDB container here https://hub.docker.com/r/linuxserver/mariadb/.
150
151
152
+
151
153
If you intend to use this application behind a subfolder reverse proxy, such as our LetsEncrypt container or Traefik you will need to make sure that the `APP_URL` environment variable is set, or it will not work
152
154
153
155
Documentation for BookStack can be found at https://www.bookstackapp.com/docs/
154
156
155
157
### Advanced Users (full control over the .env file)
156
-
If you wish to use the extra functionality of BookStack such as email, Memcache, LDAP and so on you will need to make your own .env file with guidance from the BookStack documentation.
158
+
If you wish to use the extra functionality of BookStack such as email, memcache, ldap and so on you will need to make your own .env file with guidance from the BookStack documentation. If you wish to use the extra functionality of BookStack such as email, Memcache, LDAP and so on you will need to make your own .env file with guidance from the BookStack documentation.
159
+
157
160
158
-
When you create the container, do not set any arguments for any SQL settings, or APP_URL. The container will copy an exemplary .env file to /config/www/.env on your host system for you to edit.
161
+
When you create the container, do not set any arguments for any SQL settings, or APP_URL. The container will copy an .env file to /config/www/.env on your host system for you to edit. When you create the container, do not set any arguments for any SQL settings, or APP_URL. The container will copy an exemplary .env file to /config/www/.env on your host system for you to edit.
159
162
160
163
#### PDF Rendering
161
164
[wkhtmltopdf](https://wkhtmltopdf.org/) is available to use as an alternative PDF rendering generator as described at https://www.bookstackapp.com/docs/admin/pdf-rendering/.
@@ -187,24 +190,45 @@ Below are the instructions for updating containers:
187
190
* Start the new container: `docker start bookstack`
188
191
* You can also remove the old dangling images: `docker image prune`
189
192
190
-
### Via Taisun auto-updater (especially useful if you don't remember the original parameters)
191
-
* Pull the latest image at its tag and replace it with the same env variables in one shot:
Copy file name to clipboardExpand all lines: readme-vars.yml
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,21 +77,31 @@ custom_compose: |
77
77
# application setup block
78
78
app_setup_block_enabled: true
79
79
app_setup_block: |
80
-
Default username is admin@admin.com with password of **password**, access the container at http://dockerhost:6875.
81
80
82
-
This application is dependent on an MySQL database be it one you already have or a new one. If you do not already have one, set up our MariaDB container here https://hub.docker.com/r/linuxserver/mariadb/.
81
+
The default username is admin@admin.com with the password of **password**, access the container at http://dockerhost:6875.
83
82
83
+
This application is dependent on a MySQL database be it one you already have or a new one. If you do not already have one, set up our MariaDB container here https://hub.docker.com/r/linuxserver/mariadb/.
84
+
85
+
84
86
If you intend to use this application behind a subfolder reverse proxy, such as our LetsEncrypt container or Traefik you will need to make sure that the `APP_URL` environment variable is set, or it will not work
85
87
86
88
Documentation for BookStack can be found at https://www.bookstackapp.com/docs/
87
89
88
90
### Advanced Users (full control over the .env file)
89
-
If you wish to use the extra functionality of BookStack such as email, memcache, ldap and so on you will need to make your own .env file with guidance from the BookStack documentation.
91
+
If you wish to use the extra functionality of BookStack such as email, memcache, ldap and so on you will need to make your own .env file with guidance from the BookStack documentation. If you wish to use the extra functionality of BookStack such as email, Memcache, LDAP and so on you will need to make your own .env file with guidance from the BookStack documentation.
92
+
93
+
94
+
When you create the container, do not set any arguments for any SQL settings, or APP_URL. The container will copy an .env file to /config/www/.env on your host system for you to edit. When you create the container, do not set any arguments for any SQL settings, or APP_URL. The container will copy an exemplary .env file to /config/www/.env on your host system for you to edit.
95
+
96
+
#### PDF Rendering
97
+
[wkhtmltopdf](https://wkhtmltopdf.org/) is available to use as an alternative PDF rendering generator as described at https://www.bookstackapp.com/docs/admin/pdf-rendering/.
98
+
99
+
The path to wkhtmltopdf in this image to include in your .env file is `/usr/bin/wkhtmltopdf`.
90
100
91
-
When you create the container, do not set any arguments for any SQL settings, or APP_URL. The container will copy an .env file to /config/www/.env on your host system for you to edit.
92
101
93
102
# changelog
94
103
changelogs:
104
+
- { date: "14.06.19:", desc: "Add wkhtmltopdf to image for PDF rendering." }
95
105
- { date: "20.04.19:", desc: "Rebase to Alpine 3.9, add MySQL init logic." }
96
106
- { date: "22.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
0 commit comments