MirrorNest
← Tous les guides

Paperless-ngx

A document management system that OCRs, tags, and indexes your scanned paperwork so you can search it instantly instead of digging through filing cabinets.

Système : Any Docker hostProductivityDocumentsSite officiel ↗Documentation officielle ↗
Ce guide est élaboré à partir de la documentation officielle de Paperless-ngx, dont le lien figure ci-dessus — vérifiez toujours les noms exacts des paquets/versions avant d'exécuter ces commandes sur un serveur de production, car les versions de la distribution et du projet évoluent avec le temps.
  1. 1Run the official install script

    Paperless-ngx ships an interactive installer that asks a few configuration questions, writes the compose files, pulls the images, starts the stack, and creates your superuser.

    bash -c "$(curl --location --silent --show-error https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"

    Requires Docker and Docker Compose installed beforehand. MacOS needs GNU sed and wget.

  2. 2Manual alternative

    You can instead download a docker-compose.*.yml (choose sqlite/postgres/postgres+tika) plus docker-compose.env and .env from the project's /docker/compose directory, rename the compose file to docker-compose.yml, then run docker compose pull && docker compose up -d.

  3. 3Log in

    Visit the web UI and log in with the superuser credentials you set (via the script, or created on first web access with the manual route).

    open http://127.0.0.1:8000