add changes

This commit is contained in:
=
2025-06-18 07:59:00 -05:00
parent cccb9c974f
commit 1d1cc75c92
238 changed files with 2950 additions and 176 deletions

View File

@@ -30,11 +30,11 @@ services:
# APP_URL must be set as the base URL you'd expect to access BookStack
# on via the browser. The default shown here is what you might use if accessing
# direct from the browser on the docker host, hence the use of the port as configured below.
- APP_URL=http://bookstack.domr.ovh:6875
- APP_URL=http://bookstack.domr.ovh
# APP_KEY must be a unique key. Generate your own by running
# docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey
# You should keep the "base64:" part for the option value.
- base64:oZZi8acLBGSm2uV/vI5z6iFUOWwjfCj6MIOSwFF/8N8=
- APP_KEY=base64:oZZi8acLBGSm2uV/vI5z6iFUOWwjfCj6MIOSwFF/8N8=
# The below database details are purposefully aligned with those
# configuted for the "mariadb" service below:
@@ -86,4 +86,4 @@ services:
# database when not needed.
# ports:
# - 3306:3306
restart: unless-stopped
restart: unless-stopped