ABOUT
Docspell is a document management system that organizes, processes, OCRs and indexes documents from scanners, email and file uploads.
infoCreate the first account at http://IP:7880. For the initial local signup, use the same value for the collective and username.
warningSignup is open by default. Configure a reverse proxy with TLS and change the signup mode before exposing Docspell to the internet.
warningDocuments and metadata are stored in PostgreSQL. Back up the Docspell database before upgrades and include it in regular container backups.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU4096 MB RAM16 GB disk
Config path/etc/docspell-restserver/docspell-server.conf
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/docspell.sh'; sha='5b3f406393cfe5ee858b5d21d69eb393fb4c3743e49c61910bc9a04b674aba31'; 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/docspell.shSHA-256 5b3f406393cfe5ee858b5d21d69eb393fb4c3743e49c61910bc9a04b674aba31 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.