mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[PR #721] [MERGED] v0.7.0 Pre-Release: More config options, LDAP/remote auth support, extractor updates, usability and performance improvements, bugfixes #4282
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/721
Author: @pirate
Created: 4/24/2021
Status: ✅ Merged
Merged: 11/8/2023
Merged by: @pirate
Base:
master← Head:dev📝 Commits (10+)
31d5fbbUpdate config.py19b88d3fix missing brace5509b5cUpdate main.pyf9c5808Update config.py0c6d4c8Update config.pydd29e1bclean up first line of CLI version output for easier downstream parsing33ec211Update main.py413aa2efix commit hash detectioncb3ebbefix git commit hash locationae5c8f2fix newline included in commit hash📊 Changes
91 files changed (+5563 additions, -2603 deletions)
View changed files
📝
.dockerignore(+7 -2)➖
.flake8(+0 -6)📝
.github/workflows/debian.yml(+6 -6)📝
.github/workflows/docker.yml(+8 -7)📝
.github/workflows/homebrew.yml(+2 -1)📝
.github/workflows/lint.yml(+3 -2)📝
.github/workflows/pip.yml(+21 -12)📝
.github/workflows/test.yml(+9 -6)📝
.gitignore(+5 -0)📝
Dockerfile(+246 -74)➖
MANIFEST.in(+0 -6)➖
Pipfile(+0 -12)📝
README.md(+462 -276)➕
SECURITY.md(+34 -0)📝
_config.yml(+3 -1)📝
archivebox/.flake8(+1 -1)📝
archivebox/__init__.py(+0 -0)📝
archivebox/cli/archivebox_add.py(+8 -1)📝
archivebox/cli/archivebox_schedule.py(+6 -0)📝
archivebox/config.py(+192 -62)...and 72 more files
📄 Description
DONE:
--single-process --no-zygoteargs to chrome in Docker to mitigate orphan subprocess accumulation issues (also made it a lot faster as a side-effect!)49faec8f6208f866,831d82a706f6084e306f6084eb6ee7d2919563e74farchivebox setupinstead of trying to detectUSE_config options3e7d8e52/addfrom CSRF checking in order to support submissions from ArchiveBox browser extensions https://github.com/ArchiveBox/ArchiveBox/pull/777URL_WHITELISToption to restrict added URLs to ones matching a given regex pattern5a2c78ehttps://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#URL_WHITELISTacd53c8readability-extractorversion tov0.0.3to fix relative URL rewritingARCHIVEBOX_USERNAME=xyzandARCHIVEBOX_PASSWORD=xyzenv variables to make initial docker setup easier (so that manualinit/manage createsuperuserisn't required as a separate setup)TODO:
Postpone:
download_urlto use cookies inCOOKIES_FILE(used for title fetching and other things)sinceparameter preventing failed depth=1 import from resumingoneshotcommand broken:archivebox oneshot --extract=singlefile,readability https://example.com->FileNotFoundError in log_link_archiving_finished(): [Errno 2] No such file or directory: '.../archive/1620881375.32482'🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.