ABOUT
Papra is a modern, self-hosted document management system with full-text search, OCR support, and automatic document processing. Built with Node.js and featuring a clean web interface for organizing and managing your documents.
infoFirst visit will prompt you to create an account
infoTesseract OCR is pre-installed for all languages
infoDocuments are stored in /opt/papra/app-data/documents
infoIngestion folder available at /opt/papra/ingestion for automatic document import
warningEmail functionality runs in dry-run mode by default
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM10 GB disk
Config path/opt/papra/apps/papra-server/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/papra.sh'; sha='498d89c6e63fbeb8d07a5b4b24b8942c2a57d8cd5b2623c01d9ca5101e991a0c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/papra.shSHA-256 498d89c6e63fbeb8d07a5b4b24b8942c2a57d8cd5b2623c01d9ca5101e991a0c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.