MirrorNest
← Todos os guias

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.

Destino: Any Docker hostProductivityDocumentsSite oficial ↗Documentação oficial ↗
Este guia foi elaborado a partir da documentação oficial do Paperless-ngx, ligada acima — verifique sempre lá os nomes exatos dos pacotes/versões antes de executar estes comandos num servidor de produção, uma vez que as versões da distribuição e do projeto mudam com o tempo.
  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