Portainer Templates logo

Portainer Templates

Archivebox Archivebox

OtherTools

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 Platform linux Image archivebox/archivebox:latest Ports

8002:8000/tcp

Volumes

/data : /portainer/Files/AppData/Config/archivebox

Restart Policy 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.

Installation

Via Portainer

  1. Ensure both Docker and Portainer are installed, and up-to-date
  2. Log into your Portainer web UI
  3. Under Settings → App Templates, paste the below URL
  4. Head to Home → App Templates, and the list of apps will show up
  5. 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 demo

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:latest

Via 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.35rc104 1002 MB
  • v0.9.35rc104 1002 MB
  • 0.9.35rc103 1022 MB
  • v0.9.35rc103 959 MB
  • 0.9.35rc102 994 MB

Similar apps