1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/config.yaml
Tessa Walsh 3d0673e32a
Add ui.logo_home_url as config.yaml option (#790)
* Add ui.logo_home_url as config option
* Add ui.logo_home_url to docs
2023-01-05 17:33:00 -05:00

38 lines
741 B
YAML

# pywb config file
# ========================================
#
debug: true
# Uncomment to set banner colors and logo
# ui:
# logo: path/relative/from/static/logo.png
# logo_home_url: https://example.com
# navbar_background_hex: 0c49b0
# navbar_color_hex: fff
# navbar_light_buttons: true
collections:
all: $all
pywb:
index_paths: ./sample_archive/cdx/
archive_paths: ./sample_archive/warcs/
# Settings for each collection
use_js_obj_proxy: true
# Eanable Memento support
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
# - ru