PUBLISHED ARTIFACT // paperless-ngx
Paperless-ngx
● HUMAN REVIEWEDOCR document archive and paperless operations
PRIMARY DEPLOYMENTCOMPOSE
ARCHITECTURESamd64 · arm64
COMPOSE-FIRST INSTALL
Docker Compose
services:
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:latest
env_file: .env
volumes:
- ./data:/usr/src/paperless/data
- ./media:/usr/src/paperless/media
restart: unless-stopped
Official installation guide ↗OPERATIONAL PROFILE
LINUX SUPPORTSUPPORTED
RESOURCE NOTESPlan persistent storage for originals, thumbnails, the database, and OCR processing.
DEPENDENCIESDocker Compose with PostgreSQL, Redis, and persistent media volumes.
AUTHENTICATIONBuilt-in user accounts; remote authentication options should be validated against the official documentation.
BACKUP NOTESBack up the database and every persistent media/originals volume together.
TRADE-OFFS
OCR and document conversion make it heavier than a simple file archive; storage planning matters early.