From 4ccada2933af8ab821e809669042aea9589cb5de Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 16 Aug 2026 01:20:54 -0700 Subject: [PATCH] Keep setup bootstrap aligned with locked abxpkg --- archivebox/templates/core/setup_wizard.html | 2 +- bin/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archivebox/templates/core/setup_wizard.html b/archivebox/templates/core/setup_wizard.html index 238ea918..4f8385ee 100644 --- a/archivebox/templates/core/setup_wizard.html +++ b/archivebox/templates/core/setup_wizard.html @@ -64,7 +64,7 @@ Selected BASE_URL: - This is the main canonical URL for this server that will used in generated permalinks and some filesystem outputs. If you are able to setup wildcard DNS/TLS e.g. -> this server that is ideal, input just and select "isolated subdomains" below. + This is the main canonical URL for this server that will be used in generated permalinks and some filesystem outputs. If you are able to setup wildcard DNS/TLS e.g. -> this server that is ideal, input just and select "isolated subdomains" below.
diff --git a/bin/setup.sh b/bin/setup.sh index c0160fa7..305c5e47 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -81,7 +81,7 @@ ARCHIVEBOX_PYTHON="${ARCHIVEBOX_PYTHON:-3.13}" ARCHIVEBOX_PACKAGE="${ARCHIVEBOX_PACKAGE:-archivebox>=0.9.0rc0,<0.10}" ARCHIVEBOX_PLATFORM="${ARCHIVEBOX_PLATFORM:-}" ARCHIVEBOX_COMPOSE_URL="${ARCHIVEBOX_COMPOSE_URL:-https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/${ARCHIVEBOX_BRANCH}/docker-compose.yml}" -ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.91}" +ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.95}" ABXPKG_LIB_DIR="${ABXPKG_LIB_DIR:-$HOME/.cache/archivebox/setup-abxpkg}" ARCHIVEBOX_HOME_DIR="$HOME/archivebox" ARCHIVEBOX_DATA_DIR="$ARCHIVEBOX_HOME_DIR/data"