Help with consume folder #1216
-
Hi guys, I need some help with the setup. I'm quite noob at ubuntu/linux and this the first time I work with ubuntu and docker. I've setup pihole and OMV before on raspis though. Anyway I installed docker and docker-compose and ran the installation script
And I'm at the step where you specify your "target" and "consume" folder. I have a "dumb" NAS at home which has SMB drives (Openmediavault on Raspi). I tried to set the consume folder like this: smb://raspberrypi2/scan So I would Scan to the folder on the network drive and paperless looks into that. But it tells me it is an invalid folder. Is it possible at all to do it like this? Or am I doing something wrong ? (As I said I'm noob at linux, but learning!) Also I tried to install it with mostly default settings and I got an Error at the end:
Here is the full log: https://pastebin.com/gdRLd1Jj |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @flexxipanda, the docker can (afaik) only access the local filesystem on the system. If paperless is not running on the NAS you would need to mount the directories first into your filesystem (something like this: https://support.zadarastorage.com/hc/en-us/articles/213024986-How-to-Mount-a-SMB-Share-in-Ubuntu) and specify the mount point. I hope this makes sense :) |
Beta Was this translation helpful? Give feedback.
Hi @flexxipanda, the docker can (afaik) only access the local filesystem on the system. If paperless is not running on the NAS you would need to mount the directories first into your filesystem (something like this: https://support.zadarastorage.com/hc/en-us/articles/213024986-How-to-Mount-a-SMB-Share-in-Ubuntu) and specify the mount point. I hope this makes sense :)