From b452946a06b8170d25eb4fb863423805ed4eb43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Thu, 23 Jul 2026 23:33:02 +0200 Subject: [PATCH] add privacy settings --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 4984633..7f81bd0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -180,6 +180,7 @@ ls /mnt/kdrive step "Initializing ArchiveBox" docker compose run --rm archivebox init --setup +docker compose run archivebox config --set PUBLIC_INDEX=False PUBLIC_SNAPSHOTS=False TIME_ZONE=CEST TIMEZONE=CEST ################################################################################ # Done