Skip to content

Installation

Your friendly nerd edited this page Jan 6, 2025 · 3 revisions

Installation

(example videos down below at the end)

You can use the easy way

docker run -d --name paperless-ai --network bridge -v paperless-ai_data:/app/data -p 3000:3000 --restart unless-stopped clusterzx/paperless-ai

Or you can do it manually by yourself:

  1. Clone the repository:
git clone https://github.com/clusterzx/paperless-ai.git
cd paperless-ai
npm install
  1. Start the container:
docker-compose up -d
  1. Open your browser and navigate to:
http://localhost:3000
  1. Complete the setup by providing:
  • Paperless-ngx API URL
  • Paperless-ngx API Token
  • Ollama API Data OR
  • OpenAI API Key
  • Scan interval (default: every 30 minutes)

Example Video to install the easiest way https://github.com/user-attachments/assets/ddfa74a0-4915-4bfb-ba20-22afe8478d1f

Example Video to install paperless-ai with Portainer (Stack = Docker Compose file) https://github.com/user-attachments/assets/ea3ffe84-9ab9-43dc-a4df-e0d125941c97

Clone this wiki locally