Been going through some tutorials, but having issues still.
Want to run calibre and/or server on a Ubuntu server and be able to access from local as well as eventually, remotely. For now, I cannot get it to load up the page for the menu item. Instead, when I run
Code:
calibre-server --port 18080 /raid/media/reading/
and then this (
Code:
calibre server listening on 0.0.0.0:18080
OPDS feeds advertised via BonJour at: 192.168.1.26 port: 18080
).
On another machine, I only get a loading page.
My ufw on Linux allows the port, so not sure where going wrong.
Thoughts please?