From 5fcb5681f7fbb83f97e132e40f331d08b5c0df95 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 21 Dec 2018 18:14:37 -0500 Subject: [PATCH] Create README.md --- etc/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/README.md diff --git a/etc/README.md b/etc/README.md new file mode 100644 index 00000000..1b9d7aa2 --- /dev/null +++ b/etc/README.md @@ -0,0 +1,12 @@ +# 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