ArchiveBox/etc
Nick Sweeting b913e6f426
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
rename OUTPUT_DIR to DATA_DIR
2024-09-30 17:44:18 -07:00
..
crontabs wip pre-0.7.1 side fixes 2023-11-14 02:09:58 -08:00
ArchiveBox.conf.default Added yt-dlp everywhere 2022-09-12 20:34:02 +00:00
archivebox.service add instructions on how to install to comment 2023-03-08 23:30:30 -08:00
fly.toml cleanup config files 2021-04-23 22:58:44 -04:00
nginx.conf limit nginx config to only serve archive directory instead of main data folder root 2023-06-13 16:43:37 -07:00
README.md Update README.md 2021-04-23 23:09:40 -04:00
sonic.cfg lower default sonic log level 2024-02-22 04:50:22 -08:00
uwsgi.ini rename OUTPUT_DIR to DATA_DIR 2024-09-30 17:44:18 -07: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 nginx.conf for an example nginx config to serve your archive with SSL, or fly.toml for an example deployment to the Fly.io hosting platform.

Please contribute your etc files here! Example contributions

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