View Single Post
Old 06-16-2017, 12:42 PM   #2
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,189
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by Pascougnou View Post
Hello,

I've been toying with the new version of calibre-server on windows and linux.
On Windows no issue everything works as it should, on linux (an ubuntu without graphical interface) on the other hand (same database, same books) I'm unable to access the library.

The page loads and shows "Choose the calibre library to browse…" without showing any actual library.

I've launched the server with
Code:
root:~# calibre-server  /path_to_library/ --port myPort
calibre server listening on 0.0.0.0:myPort
Is there something I'm missing?

Thanks in advance.
Use:
Code:
calibre-server --port myPort
example:
Code:
 calibre-server --port 80xx
calibre server listening on 0.0.0.0:80xx
OPDS feeds advertised via BonJour at: 192.168.x.x port: 80xx
In bowser type in 127.0.0.1:myport
bernie
gbm is offline   Reply With Quote