Paperless NGX
Importing
To import an existing export at /app/data/in, open a Web Terminal and execute: cd /app/code/src python3 manage.py document_importer /app/data/in
Exporting
To export existing documents, open a Web Terminal and execute: cd /app/code/src mkdir -p /app/data/out python3 manage.py document_exporter /app/data/out
Document retagger
To run the document retagger, open a Web Terminal and execute: cd /app/code/src python3 manage.py document_retagger -T
Uploading
Files should be uploaded to /app/data/consume using the File manager. Once uploaded, a background task scans the documents automatically.
Custom config
Custom configuration can be set in /app/data/paperless.conf using the File manager. See upstream docs for various options.
How to order Paperless NGX?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Paperless NGX 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will ...