ArchiveBox/bin
Claude 5e6ba0bfa5
Update Dockerfile, docker-compose.yml, and README for v0.9.0 plugin system overhaul
- Dockerfile: Fix Python version refs (3.14->3.13), update uv 0.5->0.6,
  fix double GPG dearmor for NodeSource key, fix trailing whitespace in
  playwright install, fix HEALTHCHECK to use localhost instead of
  admin.archivebox.localhost, fix multi-arch build missing space,
  remove stale GLOBAL_VENV comments, re-enable archivebox version check,
  update example FROM python:3.13-slim and pip install archivebox>=0.9.0
- docker-compose.yml: Remove deprecated SAVE_ARCHIVEDOTORG and
  LISTEN_HOST config, update CSRF_TRUSTED_ORIGINS to localhost,
  fix docker-compose -> docker compose in comments
- docker_entrypoint.sh: Fix unquoted PUID variable that could fail
  when unset (use ${PUID:-})
- README.md: Replace --setup with --install (matching actual CLI flag),
  update Python >=3.10 -> >=3.13, Node >=18 -> >=22, remove deprecated
  SAVE_* config options (SAVE_ARCHIVEDOTORG, SAVE_FAVICON, SAVE_WGET,
  SAVE_DOM), update build tool refs (pdm->uv), update job queue ref
  (Huey->orchestrator+supervisord), fix Django version refs (5.1->6.0),
  fix daphne link typo, fix archivebox setup -> install, simplify pip
  install instructions

https://claude.ai/code/session_01X2H7XLawCzLGnrxMArXtVZ
2026-03-15 00:17:10 +00:00
..
build_docker.sh clean up Dockerfile 2024-12-18 02:24:21 -08:00
build_docs.sh update build and release scripts to use uv 2024-10-05 01:17:53 -07:00
build_git.sh remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
build_pip.sh update pip build script to not use old dist method 2024-10-05 02:32:44 -07:00
build.sh remove apt and brew build scripts 2024-10-05 02:16:17 -07:00
docker_entrypoint.sh Update Dockerfile, docker-compose.yml, and README for v0.9.0 plugin system overhaul 2026-03-15 00:17:10 +00:00
docker_layers.sh get docker image down to 630mb 2024-12-18 05:03:52 -08:00
export_browser_history.sh support XDG standard, search for chrome and chromium DBs 2025-02-18 21:38:52 +01:00
kill_chrome.sh continue renaming extractor to plugin, add plan for hook concurrency, add chrome kill helper script 2025-12-28 05:29:24 -08:00
lint.sh fix lint errors 2024-04-25 21:36:11 -07:00
lock_pkgs.sh Add Python 3.13 support with uuid7 backport compatibility 2025-12-27 01:07:30 +00:00
release_docker.sh fix docker build cache 2024-10-08 00:38:04 -07:00
release_docs.sh remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
release_git.sh remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
release_pip.sh clean previous build before releasing 2024-10-05 03:23:23 -07:00
release.sh bump dependencies 2024-10-09 03:19:41 -07:00
setup.sh Update setup.sh 2024-11-03 16:15:09 -08:00
test_plugins.sh rename archive_org to archivedotorg, add BinaryWorker, fix config pass-through 2026-01-04 22:38:15 -08:00
test.sh add ci for parallel tests 2025-12-29 02:39:24 -08:00