Quote:
Originally Posted by Pascougnou
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