1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00
ArchiveBox/etc
noncetonic 127c72bd79
Adds HEADLESS_USER_AGENT variable
Allows setting Headless Chrome's User-Agent to bypass rudimentary anti-scraper/anti-bot checks by sites. https://intoli.com/blog/making-chrome-headless-undetectable/ has more detections if there is desire to get serious about anti-detection
2019-03-19 05:30:06 -07:00
..
cron.d add example cron 2018-12-21 18:01:55 -05:00
nginx fix etc nginx and Docker config 2019-01-16 09:20:15 -05:00
ArchiveBox.conf.default Adds HEADLESS_USER_AGENT variable 2019-03-19 05:30:06 -07:00
README.md Create README.md 2018-12-21 18:14:37 -05:00

Example etc files for deploying ArchiveBox

In this folder are some example config files you can use for setting up ArchiveBox on your machine.

E.g. see etc/nginx for an example nginx config to serve your archive, or etc/cron for an example cron job that crawls a feed every 24 hours.

Please contribute your etc files here! Example contributions

  • supervisord config
  • systemd config
  • apache webserver config
  • other init system, webservers, or scheduler configs