mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
- enable dedup mode if dedup_policy if set in 'recorder' - support for 'dedup_by_url: true' ignoring digest, dedup by url only - support for 'cache: always' - use default 'dedup_index' setting if not specified - remove prints - bump version to 2.5.0
20 lines
347 B
YAML
20 lines
347 B
YAML
# pywb config file
|
|
# ========================================
|
|
#
|
|
|
|
collections:
|
|
all: $all
|
|
pywb:
|
|
index_paths: ./sample_archive/cdx/
|
|
archive_paths: ./sample_archive/warcs/
|
|
|
|
# Settings for each collection
|
|
use_js_obj_proxy: true
|
|
|
|
# Memento support, enable
|
|
enable_memento: true
|
|
|
|
# Replay content in an iframe
|
|
framed_replay: true
|
|
|