Replies: 2 comments
|
I've made a little bit of progress. Looks like the byte-range lock is causing one of my problems, disabling in the fstab file has allow books to be ingested. |
0 replies
|
Still getting this error message no matter what I try:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to run CWA inside a VM on Docker with the ingest and library folders accessed remotely via NFS or SMB on my NAS, but I'm having no end of problems with what I assume is file permissions.
I am trying to mount the SMB share via the fstab file, and even mounting it as 777 with the PID and GID to match the docker container I'm still having issues
file_mode=0777,dir_mode=0777,uid=1000,gid=1000
Has anybody got any advice or guidance on how to configure network shares, so they work with calibre web?
All reactions