-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.7.0 Pre-Release: More config options, LDAP/remote auth support, extractor updates, usability and performance improvements, bugfixes #721
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FYI everyone watching this release, I just fixed the Docker build, among many other things. Give it a try!
|
…cache id to separate them
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DONE:
--single-process --no-zygote
args to chrome in Docker to mitigate orphan subprocess accumulation issues (also made it a lot faster as a side-effect!) 49faec8archivebox setup
instead of trying to detectUSE_
config options 3e7d8e5/add
from CSRF checking in order to support submissions from ArchiveBox browser extensions Exempt /add route from CSRF #777URL_WHITELIST
option to restrict added URLs to ones matching a given regex pattern 5a2c78e https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#URL_WHITELISTexample.com
readability-extractor#2 bumpreadability-extractor
version tov0.0.3
to fix relative URL rewritingdepth=1
#944 Fix broken URLs blocking entire depth=1 importsARCHIVEBOX_USERNAME
andARCHIVEBOX_PASSWORD
to initialize admin user on first run without prompting #734 expose newARCHIVEBOX_USERNAME=xyz
andARCHIVEBOX_PASSWORD=xyz
env variables to make initial docker setup easier (so that manualinit
/manage createsuperuser
isn't required as a separate setup)setup.py
with PDM, update Python, NodeJS, package versions, andDockerfile
#1249TODO:
Postpone:
COOKIES_FILE
isn't used when fetching page titles, leading to saving captcha-page titles like "Before you continue to YouTube..." #761 add support todownload_url
to use cookies inCOOKIES_FILE
(used for title fetching and other things)since
high-water-mark gets set even when indexing fails #726 fix pocketsince
parameter preventing failed depth=1 import from resumingoneshot
command 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'