mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
ui: fix loading search page ensure embedded mode is working update to wombat 3.3.6 bump to 2.7.0b0
37 lines
638 B
YAML
37 lines
638 B
YAML
# pywb config file
|
|
# ========================================
|
|
#
|
|
debug: true
|
|
ui:
|
|
vue_calendar_ui: true
|
|
vue_timeline_banner: true
|
|
|
|
collections:
|
|
all: $all
|
|
pywb:
|
|
index_paths: ./sample_archive/cdx/
|
|
archive_paths: ./sample_archive/warcs/
|
|
|
|
ukwa: cdx+https://www.webarchive.org.uk/wayback/archive/cdx
|
|
|
|
# Settings for each collection
|
|
use_js_obj_proxy: true
|
|
|
|
# Memento support, enable
|
|
enable_memento: true
|
|
|
|
# Replay content in an iframe
|
|
framed_replay: true
|
|
|
|
redirect_to_exact: true
|
|
|
|
|
|
# uncomment and change to set default locale
|
|
# default_locale: en
|
|
|
|
# uncomment to set available locales
|
|
# locales:
|
|
# - en
|
|
# - es
|
|
|