Skip to content

erik001100/paperless-ng-homemachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

paperless-ng-homemachine

paperless-ng docker compose setup

Summary

This is my docker-compose setup for paperless-ng. I purchased a fanless pc from Qotom and added a 128GB root disk and 4 terabyte disk. I mounted the 4 terabyte disk via /etc/fstab. More information on Mounting Partitions Using UUID and Label.

My original intent was to scan documents and organize the filenames and folders. This process can be cumbersome. Paperless-ng provided a compelling alternative solution. Consume the files, OCR the pdfs, and tag the documents.

This docker-compose setup will bring up paperless-ng, redis, postgresql, gotenberg, tika, and an ftpd server.

Purpose

Scan documents locally and use Scan2FTP functionality with a Brother MultiFunction machine. Create a profile to scan documents and ftp them to consume directory on paperless-ng server.

Backups and Restore

Use the following command to backup:

sudo duplicity full --no-encryption /data/documents file:///tmp/pngbk

Use the following command to restore:

sudo duplicity --no-encryption file:///tmp/pngbk /data/documents

Cheapest solution is a home NAS and save backups there...

References

TODO

Releases

No releases published

Packages

No packages published

Languages