Docker
Nick Sweeting edited this page 2026-09-01 12:03:28 -07:00

Page revisions

154 Commits

Author SHA1 Message Date
Nick Sweeting
14751a4942
Sync documentation from ArchiveBox dev 2026-09-01 12:03:28 -07:00
Nick Sweeting
5937a62bda docs: fix stale config refs across wiki pages + minor typo fixes
Sweep of all prose doc pages to fix references that were stale, wrong,
or pointed at anchors/options that no longer exist in 0.9.x.

Critical (non-functional examples + factual errors):
- All `PUBLIC_SNAPSHOTS=...` examples (Security-Overview, Publishing-
  Your-Archive, Usage) replaced with `PERMISSIONS=public|private`.
- Setting-up-Authentication: drop the "edit CSRF_TRUSTED_ORIGINS in
  archivebox/core/settings.py source" advice (no longer user-settable);
  update auth-permissions list to use PERMISSIONS instead of
  PUBLIC_SNAPSHOTS.
- Security-Overview: SAVE_ARCHIVE_DOT_ORG (with extra underscores)
  was never real; use ARCHIVEDOTORG_ENABLED.
- Docker/Install/Usage: FETCH_TITLE/FETCH_SCREENSHOT/FETCH_PDF/FETCH_DOM
  were never aliases (only FETCH_MEDIA is); replace with real
  <PLUGIN>_ENABLED.
- Troubleshooting: CHROME_BINARY default is `chromium`, not
  `chromium-browser`. Also fixed deprecated `brew cask upgrade
  chromium-browser` -> `brew upgrade --cask chromium`.
- Docker: typo MAX_MEDIA_SIZE -> MEDIA_MAX_SIZE.

Broken Configuration anchors (must be lowercase on GitHub wiki):
- Security-Overview: #FOOTER_INFO / #OUTPUT_PERMISSIONS / #COOKIES_FILE
  -> lowercase.
- Setting-up-Authentication: combined #public_index--public_snapshots--public_add_view
  -> individual #public_index / #public_add_view / #permissions.

Plugin option references now link to abx-plugins:
- CHROME_USER_DATA_DIR / CHROME_BINARY / CHROME_SANDBOX -> /#chrome
- RIPGREP_BINARY -> /#search_backend_ripgrep
- WGET_ENABLED / DOM_ENABLED / SAVE_WGET / SAVE_DOM -> respective anchors
- ARCHIVEDOTORG_ENABLED -> /#archivedotorg
- FAVICON_PROVIDER / FAVICON_ENABLED -> /#favicon
- MEDIA_ENABLED -> /#media

Legacy aliases:
- Scheduled-Archiving: URL_WHITELIST/URL_BLACKLIST -> URL_ALLOWLIST/
  URL_DENYLIST; dropped non-existent `--overwrite` schedule flag.

Dead source links removed:
- Usage: archivebox/main.py + archivebox/config.py (split to cli/ and
  config/common.py).
- Security-Overview: archivebox/extractors/*.py -> plugin anchors.
- Install: dead Configuration#dependency-options and
  Configuration#archive-method-toggles anchors -> abx-plugins reference.

Typo fixes (codespell):
- preferrably -> preferably, necesary -> necessary, Rasberry ->
  Raspberry, sytem -> system, Dissallow -> Disallow, whats -> what's,
  filesytem -> filesystem.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-31 03:29:27 -07:00
Nick Sweeting
59f2fac5a1 Updated Docker (markdown) 2024-05-09 00:41:41 -07:00
Nick Sweeting
818ae1b616 Updated Docker (markdown) 2024-05-09 00:40:16 -07:00
Nick Sweeting
e320d922d5 Updated Docker (markdown) 2024-05-09 00:38:17 -07:00
Nick Sweeting
f79564ff87 Updated Docker (markdown) 2024-05-09 00:37:21 -07:00
Nick Sweeting
f23abba977
remove references to main branch in favor of stable branch 2024-04-24 16:37:22 -07:00
Nick Sweeting
4e4d77828f Updated Docker (markdown) 2024-03-20 23:20:41 -07:00
Nick Sweeting
d113c33279 Updated Docker (markdown) 2024-02-18 17:58:43 -08:00
Nick Sweeting
3303c7f043 Updated Docker (markdown) 2024-02-08 14:49:23 -08:00
Nick Sweeting
eefc6d5bb6 Updated Docker (markdown) 2024-02-08 14:47:41 -08:00
Nick Sweeting
692d478246 Updated Docker (markdown) 2024-02-08 14:46:57 -08:00
Nick Sweeting
1f3f642980 Updated Docker (markdown) 2024-02-08 14:46:29 -08:00
Nick Sweeting
0b40bdd5b7 Updated Docker (markdown) 2024-02-08 14:46:10 -08:00
Nick Sweeting
1af44f9eb2 Updated Docker (markdown) 2024-02-08 14:45:49 -08:00
Nick Sweeting
40782aab1e Updated Docker (markdown) 2024-02-08 14:45:12 -08:00
Nick Sweeting
a2c3681546 Updated Docker (markdown) 2024-02-08 14:45:02 -08:00
Nick Sweeting
f7fcbb6cb9 Updated Docker (markdown) 2024-02-08 14:44:50 -08:00
Nick Sweeting
ab2a5be179 Updated Docker (markdown) 2024-02-08 14:44:19 -08:00
Nick Sweeting
906ad22a60 Updated Docker (markdown) 2024-02-08 14:40:14 -08:00
Nick Sweeting
84511b810f Updated Docker (markdown) 2024-02-08 14:36:36 -08:00
Nick Sweeting
8bc378c714 Updated Docker (markdown) 2024-02-08 14:36:11 -08:00
Nick Sweeting
8e18f2a7d8 Updated Docker (markdown) 2024-02-08 14:35:02 -08:00
Nick Sweeting
f7cf29d9e7 Updated Docker (markdown) 2024-02-08 14:34:35 -08:00
Nick Sweeting
d1d3758bdf Updated Docker (markdown) 2024-02-08 14:33:21 -08:00
Nick Sweeting
2a973b08b5 Updated Docker (markdown) 2024-02-08 14:32:34 -08:00
Nick Sweeting
529bf8c32e Updated Docker (markdown) 2024-02-08 14:29:35 -08:00
Nick Sweeting
a15512528f Updated Docker (markdown) 2024-02-08 14:29:10 -08:00
Nick Sweeting
e317ecc92e Updated Docker (markdown) 2024-02-08 14:27:58 -08:00
Nick Sweeting
fe08b06385 Updated Docker (markdown) 2024-02-08 14:26:53 -08:00
Nick Sweeting
95f1060511 Updated Docker (markdown) 2024-02-08 14:26:12 -08:00
Nick Sweeting
4ba475884e Updated Docker (markdown) 2024-02-08 14:24:18 -08:00
Nick Sweeting
a1f4df46c6 Updated Docker (markdown) 2024-02-08 14:23:02 -08:00
Nick Sweeting
ca3aae280c Updated Docker (markdown) 2024-02-08 14:22:10 -08:00
Nick Sweeting
b61d3893cc Updated Docker (markdown) 2024-02-08 14:21:39 -08:00
Nick Sweeting
d3e6388ab0 Updated Docker (markdown) 2024-02-08 14:21:09 -08:00
Nick Sweeting
7ab18995f2 Updated Docker (markdown) 2024-02-08 14:19:44 -08:00
Nick Sweeting
065d2412f4 Updated Docker (markdown) 2024-02-08 14:06:00 -08:00
Nick Sweeting
7dbbe11a1d Updated Docker (markdown) 2024-02-08 14:04:15 -08:00
Nick Sweeting
050c6b5331 Updated Docker (markdown) 2024-02-08 13:56:19 -08:00
Nick Sweeting
6f4971168b Updated Docker (markdown) 2024-02-08 13:52:17 -08:00
Nick Sweeting
d5bf0830d9 Updated Docker (markdown) 2024-02-08 13:40:32 -08:00
Nick Sweeting
31772223df Updated Docker (markdown) 2024-02-08 13:39:10 -08:00
Nick Sweeting
b2684f2a0a Updated Docker (markdown) 2024-02-08 13:38:21 -08:00
Nick Sweeting
1f75a18c45 Updated Docker (markdown) 2024-02-08 13:23:46 -08:00
Nick Sweeting
4776ab97f2 Updated Docker (markdown) 2024-02-08 13:16:48 -08:00
Nick Sweeting
0a038ca6d2 Updated Docker (markdown) 2024-02-08 13:11:22 -08:00
Nick Sweeting
7282d0d154 Updated Docker (markdown) 2024-02-08 13:10:15 -08:00
Nick Sweeting
b905c57ddd Updated Docker (markdown) 2024-02-08 00:08:22 -08:00
Nick Sweeting
72b728cccd replace i.imgur.com links with imgur.zervice.io mirror 2024-01-19 01:38:59 -08:00