1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-14 02:24:06 +02: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"