mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
better Archivebox.conf.default examples
This commit is contained in:
parent
1e45b02684
commit
f6a25d9c12
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue