Calibre is a popular Ebook library software to backup,restore, and organize digital prints of books (popularly called e-books). It works with many devices including Amazon Kindle, Kindle for PC software, Nook etc. A lesser known software is Calibre server which allows you to share non copyright-protected content over the internet.
The following instructions summarize how to setup Calibre library server on your Debian or Ubuntu VPS:
Login as webserver user via ssh.
Enter the following commands:
sudo -v wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" sudo apt-get update sudo apt-get install xvfb imagemagick mkdir ~/calibre-library mkdir ~/calibre-library/toadd nohup calibre-server --with-library ~/calibre-library
Now, you will be able to access your Library at http://yourip:8080
If you need to change the default port, run this:
calibre-server --with-library ~/calibre-library --port 8180
Adding books to the library:
Copy/Upload your files to ~/calibre-library/toadd and then run:
xvfb-run calibredb add ~/calibre-library/toadd/* --library-path ~/calibre-library
Of course you can create aliases/scripts for any of these commands to automate.
References:
Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.