summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-07 13:48:25 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-07-07 13:48:25 -0400
commit08c59ec7ac42bca77daf4d86651726529b6783c4 (patch)
treed7f28b8a07b9932ab64d1aabc9a7e26cc2aeab47
parentd8981b1029ce51a64d0ea6a8f627b0070b9ed8cb (diff)
start calibre tweaks
-rw-r--r--calibre.html13
1 files changed, 6 insertions, 7 deletions
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.
</p>
- <pre><code>apt update && apt install calibre
+ <pre><code>apt install calibre
mkdir /opt/calibre</code></pre>
<p>
- Either upload your existing library using <code>scp</code>. For example to <code>/opt/calibre/</code>
+ If you have an already existing library on your computer, you can use <a href="rsync.html">rsync</a> to upload it.
</p>
<p>
On client:
</p>
- <pre><code>scp -r ~/Documents/your_library root@example.org:/opt/calibre/</code></pre>
+ <pre><code>rsync -r <strong>~/Documents/your_library</strong> root@<strong>example.org</strong>:/opt/calibre/</code></pre>
<p>
Or create a library and add a book to it.
@@ -54,7 +54,7 @@ calibredb add book.epub --with-library your_library</code></pre>
<p>
Add a new user.
</p>
-
+
<pre><code>calibre-server --manage-users</code></pre>
<h2>Creating a service</h2>
@@ -102,7 +102,7 @@ systemctl start calibre-server</code></pre>
<pre><code>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</code></pre>
<hr>
<p>
- By rflx -- <a href="https://rflx.xyz">website</a> -- XMR: 48T5XpHTXAZ5Nn8YCypA4aWn1ffQLHJkFGDArXQB6cmrP6cqLY72cu7CR2iq2MmL5Ndu3d47e5MKjGpL4prYgdrTCFAHD9c
+ By rflx -- <a href="https://rflx.xyz">website</a> -- XMR: <code class=crypto>48T5XpHTXAZ5Nn8YCypA4aWn1ffQLHJkFGDArXQB6cmrP6cqLY72cu7CR2iq2MmL5Ndu3d47e5MKjGpL4prYgdrTCFAHD9c</code>
</p>
</main>
<footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer>
</body>
</html>
-