From a5fe91da9d81895f541ba3439e9d561ae8d8049f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 23 Jan 2019 01:30:10 -0500 Subject: [PATCH] add default config --- etc/ArchiveBox.conf.default | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 etc/ArchiveBox.conf.default diff --git a/etc/ArchiveBox.conf.default b/etc/ArchiveBox.conf.default new file mode 100644 index 00000000..5e5f73f5 --- /dev/null +++ b/etc/ArchiveBox.conf.default @@ -0,0 +1,33 @@ +# Config file uses python syntax but can also be sourced as a .env + +ONLY_NEW=False + +OUTPUT_PERMISSIONS=755 +MEDIA_TIMEOUT=3600 +TIMEOUT=60 + +FETCH_WGET=True + +FETCH_WGET=True +FETCH_WGET_REQUISITES=True +FETCH_PDF=True +FETCH_SCREENSHOT=True +FETCH_DOM=True +FETCH_WARC=False +FETCH_GIT=True +FETCH_MEDIA=False +FETCH_FAVICON=True +SUBMIT_ARCHIVE_DOT_ORG=True + +CHECK_SSL_VALIDITY=True +RESOLUTION="1440,2000" +GIT_DOMAINS="github.com,bitbucket.org,gitlab.com" +WGET_USER_AGENT="ArchiveBox/{GIT_SHA} (+https://github.com/pirate/ArchiveBox/) wget/{WGET_VERSION}" + + +CHROME_BINARY="chromium-browser" +CHROME_USER_DATA_DIR=None + +WGET_BINARY="wget" + +FOOTER_INFO="Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests."