1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

better Archivebox.conf.default examples

This commit is contained in:
Nick Sweeting 2019-03-30 15:45:48 -04:00
parent 1e45b02684
commit f6a25d9c12

View file

@ -15,7 +15,7 @@
#MEDIA_TIMEOUT=3600
#TEMPLATES_DIR="archivebox/templates"
#FOOTER_INFO="Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests."
#URL_BLACKLIST="(://(.*\.)?youtube\.com)|(://(.*\.)?amazon\.com)|(.*\.exe$)"
################################################################################
## Archive Method Toggles
@ -45,6 +45,8 @@
#GIT_DOMAINS="github.com,bitbucket.org,gitlab.com"
#COOKIES_FILE="path/to/cookies.txt"
#CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
#CROME_HEADLESS=True
#CROME_SANDBOX=True
################################################################################
@ -59,6 +61,10 @@
## Dependency Options
################################################################################
#USE_CURL=True
#USE_WGET=True
#USE_CHROME=True
#CURL_BINARY="curl"
#GIT_BINARY="git"
#WGET_BINARY="wget"