Skip to content

Instantly share code, notes, and snippets.

@nvanderperren
Created February 10, 2021 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvanderperren/87534604e82c21521f1dfa6308b88894 to your computer and use it in GitHub Desktop.
Save nvanderperren/87534604e82c21521f1dfa6308b88894 to your computer and use it in GitHub Desktop.
# pywb config file
# ========================================
#
collections:
all: $all
live: $live
collection_root: collections
archive_paths: archive
index_paths: indexes
static_path: static
# Settings for each collection
use_js_obj_proxy: true
# Memento support, enable
enable_memento: false
# Replay content in an iframe
framed_replay: false
# Recorder
recorder:
source_coll: live
rollover_size: 10000000
rollover_idle_secs: 3600
filename_template: rec-{timestamp}.warc.gz
enable_auto_fetch: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment