View Single Post
Old 06-19-2017, 08:01 AM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,427
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you want to use --userdb you first need to use --manage-users to setup the user accounts. Line this

calibre-server --userdb /tmp/calibre-users.sqlite --manage-users

create the user account

then run

calibre-server --userdb /same/path/as/before --enable-auth /path/to/calibre/library/folder


/tmp/calibre-users.sqlite must not exist when you run --manage-users, it will create it for you. Change it to whatever path you actually want to use.

As for the libraries not being listed in windows it is most likely because you have your calibre library in the root of a drive. This will be fixed in the next release.
kovidgoyal is offline   Reply With Quote