paperless

Installpath: flo@brick:~/projects/paperless

TODO - Needs to move to /scratch/local to have more space

docker-compose

	ssh flo@brick
	cd ~/projects/paperless
	docker-compose down
	docker-compose up -d

this will take a couple of minutes to start.

CIFS Samba service

On brick - Samba Share. User is n7100e. Password in gopass at zzinfra/brick/user/n7100e. The directory shared is /scratch/local/doc/paperless/consume which itself is also mounted into the paperless container to automatically ingest documents.

[scan]
	comment = Scan results
	path = /scratch/local/doc/paperless/consume
	writeable = yes
	create mask = 0700
	directory mask = 0700
	valid users = n7100e,flo
	write list = n7100e,flo
	guest ok = no

The Scanner had initially issues with SMBv1 and NTLMv1 which had to be enabled in Samba

[global]
   client min protocol = NT1
   server min protocol = NT1
   ntlm auth = yes