Forrest logo
back to context overview

calibre-server

List of commands for calibre-server:

  • calibre-server:tldr:2541f calibre-server: Start server on different port. Access at http://localhost:port.
    $ calibre-server --port ${port}
    try on your machine
    explain this command
  • calibre-server:tldr:30096 calibre-server: Password protect the server.
    $ calibre-server --username ${username} --password ${password}
    try on your machine
    explain this command
  • calibre-server:tldr:4e8dd calibre-server: Start a server to distribute e-books. Access at http://localhost:8080.
    $ calibre-server
    try on your machine
    explain this command
back to context overview