From 6494bb7564985d356836c7c3215d0d46930d159d Mon Sep 17 00:00:00 2001
From: <>
Date: Fri, 6 Sep 2024 15:25:18 +0000
Subject: [PATCH] Deployed 87031b09 with MkDocs version: 1.6.1
---
images/docker-bookstack/index.html | 2 +-
search/search_index.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/images/docker-bookstack/index.html b/images/docker-bookstack/index.html
index e1aff05c94..fe5beea2a2 100644
--- a/images/docker-bookstack/index.html
+++ b/images/docker-bookstack/index.html
@@ -74,4 +74,4 @@
--pull \
-t lscr.io/linuxserver/bookstack:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 27.05.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
- 25.01.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
- 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
- 31.10.23: - Further sanitize sed replace.
- 07.06.23: - Add mariadb-client for bookstack-system-cli support.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 13.04.23: - Move ssl.conf include to default.conf.
- 01.03.23: - Add php iconv.
- 19.01.23: - Rebase to alpine 3.17 with php8.1.
- 16.01.23: - Wrap
.env
values in quotes. - 05.01.23: - Fix db password setting (sed escape
&
). - 21.12.22: - Update db info in .env file when env vars are updated.
- 10.10.22: - Remove password escape logic which caused problems for a small subset of users.
- 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
- 14.03.22: - Add symlinks for theme support.
- 11.07.21: - Rebase to Alpine 3.14.
- 12.01.21: - Remove unused requirement, as of release 0.31.0.
- 17.12.20: - Make APP_URL var required (upstream changes).
- 17.09.20: - Rebase to alpine 3.12. Fix APP_URL setting. Bump php post max and upload max filesizes to 100MB by default.
- 19.12.19: - Rebasing to alpine 3.11.
- 26.07.19: - Use old version of tidyhtml pending upstream fixes.
- 28.06.19: - Rebasing to alpine 3.10.
- 14.06.19: - Add wkhtmltopdf to image for PDF rendering.
- 20.04.19: - Rebase to Alpine 3.9, add MySQL init logic.
- 22.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 20.01.19: - Added php7-curl
- 04.11.18: - Added php7-ldap
- 15.10.18: - Changed functionality for advanced users
- 08.10.18: - Advanced mode, symlink changes, sed fixing, docs updated, added some composer files
- 23.09.28: - Updates pre-release
- 02.07.18: - Initial Release.