1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00
ArchiveBox/etc/ArchiveBox.conf.default

75 lines
2.4 KiB
Plaintext
Raw Normal View History

2019-03-19 16:12:23 +13:00
# Example config file for ArchiveBox: The self-hosted internet archive.
# Copy this file to ~/.ArchiveBox.conf before editing it.
2019-03-19 16:13:40 +13:00
# Config file is in both Python and .env syntax (all strings must be quoted).
2019-02-22 09:56:31 +13:00
# For documentation, see:
# https://github.com/pirate/ArchiveBox/wiki/Configuration
2019-01-23 19:30:10 +13:00
2019-02-22 09:56:31 +13:00
################################################################################
## General Settings
################################################################################
2019-01-23 19:30:10 +13:00
2019-03-19 16:13:40 +13:00
#OUTPUT_DIR="output"
2019-02-22 09:56:31 +13:00
#OUTPUT_PERMISSIONS=755
#ONLY_NEW=False
#TIMEOUT=60
#MEDIA_TIMEOUT=3600
2019-03-19 16:13:40 +13:00
#TEMPLATES_DIR="archivebox/templates"
2019-03-19 16:12:23 +13:00
#FOOTER_INFO="Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests."
#URL_BLACKLIST="(://(.*\.)?youtube\.com)|(://(.*\.)?amazon\.com)|(.*\.exe$)"
2019-01-23 19:30:10 +13:00
2019-02-22 09:56:31 +13:00
################################################################################
## Archive Method Toggles
################################################################################
2019-01-23 19:30:10 +13:00
#SAVE_TITLE=True
#SAVE_FAVICON=True
#SAVE_WGET=True
#SAVE_WGET_REQUISITES=True
#SAVE_WARC=True
#SAVE_PDF=True
#SAVE_SCREENSHOT=True
#SAVE_DOM=True
#SAVE_GIT=True
#SAVE_MEDIA=False
#SAVE_ARCHIVE_DOT_ORG=True
2019-01-23 19:30:10 +13:00
2019-02-22 09:56:31 +13:00
################################################################################
## Archive Method Options
################################################################################
2019-01-23 19:30:10 +13:00
2019-02-22 09:56:31 +13:00
#CHECK_SSL_VALIDITY=True
#RESOLUTION="1440,900"
#GIT_DOMAINS="github.com,bitbucket.org,gitlab.com"
#CROME_HEADLESS=True
#CROME_SANDBOX=True
#COOKIES_FILE="path/to/cookies.txt"
#CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
#WGET_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36"
#CHROME_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36"
2019-01-23 19:42:55 +13:00
2019-02-22 09:56:31 +13:00
################################################################################
## Shell Options
################################################################################
2019-01-23 19:42:55 +13:00
2019-02-22 09:56:31 +13:00
#USE_COLOR=True
#SHOW_PROGRESS=True
2019-01-23 19:42:55 +13:00
2019-02-22 09:56:31 +13:00
################################################################################
## Dependency Options
################################################################################
2019-01-23 19:30:10 +13:00
#USE_CURL=True
#USE_WGET=True
#USE_CHROME=True
2019-02-22 09:56:31 +13:00
#CURL_BINARY="curl"
#GIT_BINARY="git"
#WGET_BINARY="wget"
#YOUTUBEDL_BINARY="youtube-dl"
#CHROME_BINARY="chromium-browser"