Archivebox
ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.
Image details
Pulls: 10.5M
Architectures: amd64, arm64
Image size: 1002 MB
Latest: 0.9.35rc104
User: archivebox
Created: Nov 23, 2020
Updated: 33 minutes ago
Status: active
Configuration
Type Container Platformlinux Image archivebox/archivebox:latest Ports 8002:8000/tcp
/data : /portainer/Files/AppData/Config/archivebox
unless-stopped Env Vars ALLOWED_HOSTS=*MEDIA_MAX_SIZE=750mPUBLIC_INDEX=truePUBLIC_SNAPSHOTS=truePUBLIC_ADD_VIEW=false
Template by novaspirit
Notes
Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://archivebox.io/
Official Docker Documentation: https://github.com/ArchiveBox/ArchiveBox/wiki/Docker
By default an admin user is not created. You can do so by launching a shell in the container and executing 'archivebox manage createsuperuser'. Documentation is Available here.
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://archivebox.io/
Official Docker Documentation: https://github.com/ArchiveBox/ArchiveBox/wiki/Docker
By default an admin user is not created. You can do so by launching a shell in the container and executing 'archivebox manage createsuperuser'. Documentation is Available here.
Installation
Via Portainer
- Ensure both Docker and Portainer are installed, and up-to-date
- Log into your Portainer web UI
- Under Settings → App Templates, paste the below URL
- Head to Home → App Templates, and the list of apps will show up
- Select the app you wish to deploy, fill in any config options, and hit Deploy
Template Import URL
https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json
Show Me
Via Docker Run
docker run -d \
-p 8002:8000/tcp \
-e ALLOWED_HOSTS=${ALLOWED_HOSTS} \
-e MEDIA_MAX_SIZE=${MEDIA_MAX_SIZE} \
-e PUBLIC_INDEX=${PUBLIC_INDEX} \
-e PUBLIC_SNAPSHOTS=${PUBLIC_SNAPSHOTS} \
-e PUBLIC_ADD_VIEW=${PUBLIC_ADD_VIEW} \
-v /portainer/Files/AppData/Config/archivebox:/data \
--restart=unless-stopped \
archivebox/archivebox:latestVia Docker Compose
Save this file as docker-compose.yml and run docker-compose up -d
Use this only as a guide.
version: '3.8'
services:
archivebox:
image: archivebox/archivebox:latest
ports:
- 8002:8000/tcp
environment:
ALLOWED_HOSTS: '*'
MEDIA_MAX_SIZE: 750m
PUBLIC_INDEX: 'true'
PUBLIC_SNAPSHOTS: 'true'
PUBLIC_ADD_VIEW: 'false'
volumes:
- /portainer/Files/AppData/Config/archivebox:/data
restart: unless-stopped
Alternative Methods
For more installation options, see the Documentation in the GitHub repo
Container Documentation
Recent versions
0.9.35rc1041002 MBv0.9.35rc1041002 MB0.9.35rc1031022 MBv0.9.35rc103959 MB0.9.35rc102994 MB