/docker-books-opds-calibre

OPDS calibre server for books reading

Primary LanguageMakefile

OPDS server Calibre

HOW TO

  1. Create dir.
mkdir books
  1. Start Calibre server.
make docker_start
  1. Fill dir with books.
copy mybook.epub to books/
  1. Work with server over web.
Open in browser http://localhost:8080
  1. Convert pdf to epub.
cp myBook.pdf books/
docker exec -ti calibre /bin/bash
ebook-convert myBook.pdf myBook.epub
  1. Setup account password.
echo -n 12345 | openssl md5