MirrorNest
← すべてのガイド

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.

対象: Any Docker hostProductivityDocuments公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるPaperless-ngx公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  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