1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/pywb/default_config.yaml
Ilya Kreymer e20fac2c75 head_insert: don't include banner_html, only used for framed replay now
wombat: bump to latest wombat 3.3.7
add new custom_banner to head_insert template for frameless replay
2022-11-21 12:46:28 -05:00

65 lines
1.1 KiB
YAML

collections_root: collections
# Per-Collection Paths
archive_paths: archive
index_paths: indexes
acl_paths: acl
static_path: static
default_access: allow
templates_dir: templates
# Template HTML
banner_html: banner.html
custom_banner_html: custom_banner.html
head_insert_html: head_insert.html
frame_insert_html: frame_insert.html
base_html: base.html
header_html: header.html
footer_html: footer.html
head_html: head.html
query_html: query.html
search_html: search.html
not_found_html: not_found.html
home_html: index.html
error_html: error.html
proxy_cert_download_html: proxy_cert_download.html
proxy_select_html: proxy_select.html
# Info JSON
info_json: collinfo.json
# HTML Templates List
html_templates:
- banner_html
- custom_banner_html
- head_insert_html
- frame_insert_html
- query_html
- search_html
- not_found_html
- home_html
- base_html
- header_html
- head_html
- footer_html
- error_html
- proxy_cert_download_html
- proxy_select_html
# Other Settings
enable_memento: true
rules_config: pkg://pywb/rules.yaml