Self-hosted web page archiver — saves URLs as HTML, PDF, screenshots, WARC, etc.
Source: https://archivebox.io — Image: https://hub.docker.com/r/archivebox/archivebox
make init # one-time: create admin user + init data dir
make up # start
make down # stop
make logs # follow logs
make backup # run backup manually
make restore FILE=archivebox-backup-YYYYMMDD_HHMMSS.tar.gz
make cron-install # register daily backup cron jobmake init is interactive — prompts for admin username/password and initializes the data volume. Run it once before make up.
8002— UI
Backups are stored in /home/containers/backup/archivebox as archivebox-backup-YYYYMMDD_HHMMSS.tar.gz.
The last 14 days are retained; older files are deleted automatically.
make cron-install