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
If you intend to use this application behind a reverse proxy, such as our LetsEncrypt container or Traefik you will need to make sure that the `APPURL` environment variable is set, or it will not work
155
+
148
156
Documentation can be found at https://www.bookstackapp.com/docs/
149
157
158
+
### Advanced Mode
159
+
We have implemented a special 'advanced mode' where users who wish to leverage the built in SMTP or LDAP functionality, will have the ability to edit the .env by hand. With `ADVANCED_MODE=1` set when
160
+
the container is created, it will copy the .env.example to /config within the container. You can then edit this file on the host system (make sure you read the BookStack docs) and restart the
161
+
container when finished. When the container starts, it copies /config/.env to /var/www/html/.env within the container for the web app to use. It will do this every time the container restarts.
162
+
163
+
Note, the APP_KEY is still set by PHP environment so you do not need to worrry about this.
164
+
165
+
### Composer
166
+
167
+
Some simple docker-compose files are included for you to get started with. You will still need to manually configure the SQL server, but the compose files will get the stack running for you.
168
+
150
169
151
170
152
171
## Support Info
@@ -160,4 +179,6 @@ Documentation can be found at https://www.bookstackapp.com/docs/
160
179
161
180
## Versions
162
181
182
+
***08.10.18:** - Advanced mode, symlink changes, sed fixing, docs updated, added some composer files
0 commit comments