View Single Post
Old 09-19-2022, 09:11 AM   #4
MightyDuck
Junior Member
MightyDuck began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2022
Device: Kobo Libra H2O
I'm gonna use this thread since my problem is related, hope that Patrick won't mind. I would like to achieve the same goal but I can't get it work. I have a Raspberry Pi and a network shared folder. By performing the same steps as suggested I got a bunch of errors while running the server:

- sudo mount -t cifs -o nobrl,username=user,password=password,uid=pi,vers= 1.0 //NAS_IP/NAS_DIR ~/library

- export CALIBRE_OVERRIDE_DATABASE_PATH="/$HOME/.../metadata.db"

- sudo calibre-server --trusted-ips 192.168.178.0/24 --enable-local-write ~/library

so basically I mount the network shared folder with SMB (where the library should be located). Then I set the path of the database (local to the PI) and I try to fire up the server (I tried both with and without root permissions). Where I'm getting it wrong? Thank you so much.
MightyDuck is offline   Reply With Quote