/paperless-ng

An Angular 9 frontend for Paperless

Primary LanguageTypeScript

Paperless NG

A frontend for Paperless

Screenshot

Configuration

  1. Make sure that your have enabled CORS on the Paperless server:

    PAPERLESS_CORS_ALLOWED_HOSTS=localhost:8888,localhost:4200
    
  2. Create a .env file with your Paperless URL, username, and password:

    PAPERLESS_URL=http://localhost:8000
    PAPERLESS_USERNAME=stanley
    PAPERLESS_PASSWORD=yelnats
    
  3. Build and run with Docker Compose:

    $ docker-compose up -d --build