# Rewrite links to point back to the archive itself ROUTE_INTERNAL=true # Download missing routes on demand DOWNLOAD_ON_DEMAND=true [websites] # You can blacklist sites which wont work well BLACKLIST_DOMAINS = [ "^gitlab", # All domains starting with gitlab "youtube" # YouTube ] # Consider a refresh after interval (in days) (Global) outdated = 3 # Keep last n versions (Global) keep_n = 5 # Domain configuration (Example) [[websites.domains]] # The domain the config applies to domain = "example.com" # Consider a refresh after interval (in days) outdated = 30 # Keep last n versions keep_n = 5 # Blacklisted Path (Regexes) blacklist_paths = ["/.*"] # Exclude