ArchiveBox¶
What is it?¶
ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.
Details | |||
---|---|---|---|
Project home | Docs | Github | Docker |
1. Installation¶
sb install sandbox-archivebox
2. URL¶
- To access ArchiveBox, visit
https://archivebox._yourdomain.com_
3. Setup¶
Initial setup guide thanks to erisheaded
on CB discord.
- Run tag:
sb install sandbox-archivebox
- Connect to container:
docker exec -it archivebox /bin/bash
- NOTE: (This drops you in the /data folder. DO NOT switch to /data/archive directory)
- Switch to
archivebox
user for config:su archivebox
- Initialize with setup to create a web admin:
archivebox init -—setup
- Enter username, email, and password
- Load URL and test login
By default, your new installation has a publicly accessible web index, snapshots, and archive addition access. You may not want this for a host of security reasons, so it's recommended to review the ArchiveBox Security Overview and tailoring these settings to your preference when setting up.