2019-02-21 15:56:31 -05:00
|
|
|
# Example config file for ArchiveBox
|
|
|
|
# Copy this file to ~/.ArchiveBox.conf and then edit it
|
2019-01-23 01:30:10 -05:00
|
|
|
# Config file uses python syntax but can also be sourced as a .env
|
2019-02-21 15:56:31 -05:00
|
|
|
# For documentation, see:
|
|
|
|
# https://github.com/pirate/ArchiveBox/wiki/Configuration
|
2019-01-23 01:30:10 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
################################################################################
|
|
|
|
## General Settings
|
|
|
|
################################################################################
|
2019-01-23 01:30:10 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
#OUTPUT_DIR=output
|
|
|
|
#OUTPUT_PERMISSIONS=755
|
|
|
|
#ONLY_NEW=False
|
|
|
|
#TIMEOUT=60
|
|
|
|
#MEDIA_TIMEOUT=3600
|
|
|
|
#TEMPLATES_DIR=archivebox/templates
|
|
|
|
#FOOTER_INFO="Run by ACME co."
|
2019-01-23 01:30:10 -05:00
|
|
|
|
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
################################################################################
|
|
|
|
## Archive Method Toggles
|
|
|
|
################################################################################
|
2019-01-23 01:30:10 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
#FETCH_TITLE=True
|
|
|
|
#FETCH_FAVICON=True
|
|
|
|
#FETCH_WGET=True
|
|
|
|
#FETCH_WARC=True
|
|
|
|
#FETCH_PDF=True
|
|
|
|
#FETCH_SCREENSHOT=True
|
|
|
|
#FETCH_DOM=True
|
|
|
|
#FETCH_GIT=True
|
|
|
|
#FETCH_MEDIA=False
|
|
|
|
#SUBMIT_ARCHIVE_DOT_ORG=True
|
2019-01-23 01:30:10 -05:00
|
|
|
|
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
################################################################################
|
|
|
|
## Archive Method Options
|
|
|
|
################################################################################
|
2019-01-23 01:30:10 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
#CHECK_SSL_VALIDITY=True
|
|
|
|
#FETCH_WGET_REQUISITES=True
|
|
|
|
#RESOLUTION="1440,900"
|
|
|
|
#WGET_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"
|
|
|
|
#GIT_DOMAINS="github.com,bitbucket.org,gitlab.com"
|
|
|
|
#COOKIES_FILE="path/to/cookies.txt"
|
|
|
|
#CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
|
2019-02-21 12:58:47 -05:00
|
|
|
|
2019-01-23 01:42:55 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
################################################################################
|
|
|
|
## Shell Options
|
|
|
|
################################################################################
|
2019-01-23 01:42:55 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
#USE_COLOR=True
|
|
|
|
#SHOW_PROGRESS=True
|
2019-01-23 01:42:55 -05:00
|
|
|
|
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
################################################################################
|
|
|
|
## Dependency Options
|
|
|
|
################################################################################
|
2019-01-23 01:30:10 -05:00
|
|
|
|
2019-02-21 15:56:31 -05:00
|
|
|
#CURL_BINARY="curl"
|
|
|
|
#GIT_BINARY="git"
|
|
|
|
#WGET_BINARY="wget"
|
|
|
|
#YOUTUBEDL_BINARY="youtube-dl"
|
|
|
|
#CHROME_BINARY="chromium-browser"
|