Skip to content

v0.8.0-rc: New REST API ✨, Django 5.0, S3/B2/SMB/NFS remote storage support, VNC viewer, and more

Pre-release
Pre-release
Compare
Choose a tag to compare
@pirate pirate released this 27 Mar 00:03
· 944 commits to dev since this release

WIP ALPHA pre-release for the upcoming ArchiveBox v0.8 release.

Caution

This was an ALPHA pre-release. We were promoting it a little earlier than usual because it contains ✨ lots of big new features ✨ and we want brave early adopters to help us test it!

New ArchiveBox REST APIArchiveBox Admin Webhooks UIArchiveBox Configuration Admin UIS3/B2/SMB/NFS/GDrive Remote Storage Setup

Highlights

Expand to see see more...
  • add gitea and other domains to default GIT_DOMAINS list to run git archiving on
  • check /, /data, and /data/archive in Docker and warn if running low on disk space
  • Add COOKIES_FILE support for singlefile extractor by @naoph in #1372
  • Use COOKIES_FILE to fetch page titles by @benmuth in #1364
  • Fallback to not chown'ing ./data/archive dir if it's a network mount that prevents ownership changes by @gnattu in #1312
  • Show the upgrade notification only in specific views by @benmuth in #1314
  • ability to populate is_staff and is_superuser flags at LDAP authentication by @vladimirdulov in #1335
  • Make it a little easier to run specific tests by @jimwins in #1371
  • disable chrome automatic self-updating when running headless
  • Add ability to populate is_staff and is_superuser flags during LDAP first auth
  • allow more restrictive NFS permission coercion on ./data/archive
  • bump yt-dlp, singlefile, wget, curl, and chrome versions
  • 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
  • fix /browsers chown on Docker armv7 entrypoint failing

COMING SOON: new sci-dl scientific paper downloader being worked on by @benmuth

New Contributors

Full Changelog: v0.7.2...v0.8.0-rc