[PR #1311] v0.8 Release Candidate #2887

Closed
opened 2026-03-01 18:01:02 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1311

State: closed
Merged: No


WIP Release Candidate for ArchiveBox version 0.8.0.

Try this release early using docker or pip:

# with docker (pre-built)
docker pull archivebox/archivebox:dev

# with docker (built from source)
docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev

# with pip (built from source)
pip install 'git+https://github.com/pirate/ArchiveBox@dev'

New Features

  • support for NFS/SMB/S3/B2/Google Drive/Dropbox/etc. Remote Storage
  • upgrade to Django 4.2 (thanks @jimwins!)
  • add new generic_jsonl parser (thanks @jimwins!)
  • switch to feedparser for RSS parsing (thanks @jimwins!)
  • remember Snapshot detail page header expanded/collapsed state
  • allow more restrictive NFS permission coercion on ./data/archive
  • check /, /data, and /data/archive in Docker and warn if running low on disk space
  • fix /browsers chown on Docker armv7 entrypoint failing
  • disable chrome automatic self-updating when running headless
  • Add ability to populate is_staff and is_superuser flags during LDAP first auth
  • add gitea and other domains to default GIT_DOMAINS list to run git archiving on
  • bump dependency versions

Bufixes

  • fix RESOLUTION being ignored when using Chrome headless in Docker
  • fix sorting by Size / Files in the Admin Snapshots list page UI
  • fix spinner icon showing on some Snapshots instead of favicon when only a few extractors are enabled
  • fix yt-dlp sometimes failing to archive media due to filenames being too long or containing special characters
  • fix wget extractor not finding output when :80 or :443 port is present in the original URL
  • fix /var/spool/cron/crontabs permissions when mounting it via Docker

Warning

This release drops Docker support for arm/v7 (e.g. older 32-bit Raspberry Pis). You can still run ArchiveBox using the pip-install method, or build your own Docker images, but we will no longer-offer pre-built images for older CPUs.

**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1311 **State:** closed **Merged:** No --- WIP Release Candidate for ArchiveBox version `0.8.0`. Try this release early using `docker` or `pip`: ```bash # with docker (pre-built) docker pull archivebox/archivebox:dev # with docker (built from source) docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev # with pip (built from source) pip install 'git+https://github.com/pirate/ArchiveBox@dev' ``` ### New Features - support for [NFS/SMB/S3/B2/Google Drive/Dropbox/etc. Remote Storage](https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-Up-Storage) - upgrade to Django 4.2 (thanks @jimwins!) - add new `generic_jsonl` parser (thanks @jimwins!) - switch to `feedparser` for RSS parsing (thanks @jimwins!) - remember `Snapshot` detail page header expanded/collapsed state - allow more restrictive NFS permission coercion on `./data/archive` - check `/`, `/data`, and `/data/archive` in Docker and warn if running low on disk space - fix `/browsers` chown on Docker `armv7` entrypoint failing - disable chrome automatic self-updating when running headless - Add ability to populate `is_staff` and `is_superuser` flags during LDAP first auth - add gitea and other domains to default GIT_DOMAINS list to run git archiving on - bump dependency versions ### Bufixes - fix `RESOLUTION` being ignored when using Chrome headless in Docker - fix sorting by Size / Files in the Admin Snapshots list page UI - fix spinner icon showing on some Snapshots instead of favicon when only a few extractors are enabled - fix yt-dlp sometimes failing to archive media due to filenames being too long or containing special characters - fix wget extractor not finding output when `:80` or `:443` port is present in the original URL - fix `/var/spool/cron/crontabs` permissions when mounting it via Docker > [!WARNING] > This release drops Docker support for `arm/v7` (e.g. older 32-bit Raspberry Pis). You can still run ArchiveBox using the `pip`-install method, or build your own Docker images, but we will no longer-offer pre-built images for older CPUs.
kerem 2026-03-01 18:01:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2887
No description provided.