From 08c59ec7ac42bca77daf4d86651726529b6783c4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 7 Jul 2021 13:48:25 -0400 Subject: start calibre tweaks --- calibre.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'calibre.html') diff --git a/calibre.html b/calibre.html index 086f034..2301ded 100644 --- a/calibre.html +++ b/calibre.html @@ -25,18 +25,18 @@ Install the Calibre package.

-
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

Creating a service

@@ -102,7 +102,7 @@ systemctl start calibre-server
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

- -- cgit v1.2.3