From 08c59ec7ac42bca77daf4d86651726529b6783c4 Mon Sep 17 00:00:00 2001
From: Luke Smith
apt update && apt install calibre
+ apt install calibre
mkdir /opt/calibre
- Either upload your existing library using scp. For example to /opt/calibre/
+ If you have an already existing library on your computer, you can use rsync to upload it.
On client:
- scp -r ~/Documents/your_library root@example.org:/opt/calibre/
+ rsync -r ~/Documents/your_library root@example.org:/opt/calibre/
Or create a library and add a book to it.
@@ -54,7 +54,7 @@ calibredb add book.epub --with-library your_library
Add a new user.
- +calibre-server --manage-users
server {
listen 80;
server_name calibre.example.org;
-
+
location /calibre {
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $http_host;
@@ -137,10 +137,9 @@ systemctl start calibre-server
- By rflx -- website -- XMR: 48T5XpHTXAZ5Nn8YCypA4aWn1ffQLHJkFGDArXQB6cmrP6cqLY72cu7CR2iq2MmL5Ndu3d47e5MKjGpL4prYgdrTCFAHD9c
+ By rflx -- website -- XMR: 48T5XpHTXAZ5Nn8YCypA4aWn1ffQLHJkFGDArXQB6cmrP6cqLY72cu7CR2iq2MmL5Ndu3d47e5MKjGpL4prYgdrTCFAHD9c