From ca3948e466aed9d497668b288cd56b8e2b65417d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 16:06:22 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Configuration.md b/Configuration.md index d6669c2..1c720bb 100644 --- a/Configuration.md +++ b/Configuration.md @@ -217,9 +217,19 @@ Cookies file to pass to wget. To capture sites that require a user to be logged **Possible Values:** [`~/Library/Application Support/Google/Chrome/Default`]/`/tmp/chrome-profile`/... Path to a chrome user profile directory. To capture sites that require a user to be logged in, you can specify a path to a chrome user profile (which loads the cookies needed for the user to be logged in). If you don't have an existing chrome profile, create one with `chromium-browser --user-data-dir=/tmp/chrome-profile`, and log into the sites you need. Then set `CHROME_USER_DATA_DIR=/tmp/chrome-profile` to make ArchiveBox use that profile. +https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md + *Related options:* [`FETCH_PDF`](#fetch_pdf), [`FETCH_SCREENSHOT`](#fetch_screenshot), [`FETCH_DOM`](#fetch_dom), [`CHECK_SSL_VALIDITY`](#check_ssl_validity), [`CHROME_BINARY`](#chrome_binary) +--- +#### `CHROME_HEADLESS` +**Possible Values:** [`True`]/`False` +Whether or not to use Chrome/Chromium in `--headless` mode (no browser UI displayed). When set to `False`, the full Chrome UI will be launched each time it's used to archive a page, which greatly slows down the process but allows you to watch in real-time as it saves each page. + +*Related options:* +[`FETCH_PDF`](#fetch_pdf), [`FETCH_SCREENSHOT`](#fetch_screenshot), [`FETCH_DOM`](#fetch_dom), [`CHROME_USER_DATA_DIR`](#chrome_user_data_dir), [`CHROME_BINARY`](#chrome_binary) + --- ## Shell Options