ArchiveBox.conf.default 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # This is the example default configiration file for ArchiveBox.
  2. #
  3. # Copy lines from here into your project's ArchiveBox.conf file and uncomment,
  4. # DO NOT EDIT THIS FILE DIRECTLY!
  5. #
  6. # See the list of all the possible options. documentation, and examples here:
  7. # https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration
  8. [GENERAL_CONFIG]
  9. # OUTPUT_PERMISSIONS = 755
  10. # RESTRICT_FILE_NAMES = windows
  11. # ONLY_NEW = False
  12. # TIMEOUT = 60
  13. # MEDIA_TIMEOUT = 3600
  14. # URL_BLACKLIST = (://(.*\.)?facebook\.com)|(://(.*\.)?ebay\.com)|(.*\.exe$)
  15. # CHECK_SSL_VALIDITY = True
  16. # RESOLUTION = 1440,900
  17. # GIT_DOMAINS = github.com,bitbucket.org,gitlab.com
  18. # COOKIES_FILE="path/to/cookies.txt"
  19. [SERVER_CONFIG]
  20. # SECRET_KEY = ---------------- not a valid secret key ! ----------------
  21. # DEBUG = False
  22. # PUBLIC_INDEX = True
  23. # PUBLIC_SNAPSHOTS = True
  24. # FOOTER_INFO = Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests.
  25. [ARCHIVE_METHOD_TOGGLES]
  26. # SAVE_TITLE = True
  27. # SAVE_FAVICON = True
  28. # SAVE_WGET = True
  29. # SAVE_WGET_REQUISITES = True
  30. # SAVE_WARC = True
  31. # SAVE_PDF = True
  32. # SAVE_SCREENSHOT = True
  33. # SAVE_DOM = True
  34. # SAVE_GIT = True
  35. # SAVE_MEDIA = False
  36. # SAVE_ARCHIVE_DOT_ORG = True
  37. # CURL_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.3683.75 Safari/537.36"
  38. # WGET_USER_AGENT = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.3683.75 Safari/537.36
  39. # CHROME_USER_AGENT = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.3683.75 Safari/537.36
  40. [DEPENDENCY_CONFIG]
  41. # USE_CURL = True
  42. # USE_WGET = True
  43. # USE_CHROME = True
  44. # USE_YOUTUBEDL = True
  45. # USE_GIT = True
  46. # CURL_BINARY = curl
  47. # GIT_BINARY = git
  48. # WGET_BINARY = wget
  49. # YOUTUBEDL_BINARY = yt-dlp
  50. # CHROME_BINARY = chromium
  51. # CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
  52. # CHROME_HEADLESS = True
  53. # CHROME_SANDBOX = True