mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
- auto/dyn collections: use overridable 'index_paths' and 'archive_paths', support list for archive_paths - all-auto collection: supported at warcserver layer via special '$all' index - cleanup default_config.yaml and config.yaml, remove obsolete properties - remove obsolete docker-compose.yaml - default_config: simplify list of managed properties - test_cli: add tests for cli options
19 lines
322 B
YAML
19 lines
322 B
YAML
# pywb config file
|
|
# ========================================
|
|
#
|
|
|
|
collections:
|
|
pywb:
|
|
index: ./sample_archive/cdx/
|
|
resource: ./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
|
|
|