Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:home_server_setup:other_services:calibre_server [2021-06-06 Sun wk22 19:55] – [Calibre Server] baumkp | home_server:home_server_setup:other_services:calibre_server [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag>linux Calibre server ebook}} |
=====Calibre Server===== | =====Calibre Server===== | ||
[[https:// | [[https:// | ||
Line 14: | Line 14: | ||
As the installation was on a server that does not have the desktop installed.\\ | As the installation was on a server that does not have the desktop installed.\\ | ||
- | I tested the installation with the terminal command: '' | + | I tested the installation with the terminal command: '' |
+ | Testing with '' | ||
+ | |||
+ | Next setup the systemd service as follows sudo vim '' | ||
+ | < | ||
+ | [Unit] | ||
+ | Description=calibre content server | ||
+ | After=network.target | ||
+ | |||
+ | [Service] | ||
+ | Type=simple | ||
+ | User= user | ||
+ | Group= group | ||
+ | ExecStart=/ | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | </ | ||
+ | Where for user and group I just used my normal user and group values.\\ | ||
+ | Run '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | Since I got Wireguard running to allow secure remote access to my LAN I can not be bothered trying to put my Calibre library on my public access web. This is just for my personal use. I access it using the command noted earlier: '' | ||
In any case some links to setup as a Linux server are as follows: | In any case some links to setup as a Linux server are as follows: | ||
- | *From Calibre: [[https:// | + | *From Calibre: |
+ | * [[https:// | ||
+ | * [[https:// | ||
*A bit dated from DigitalOcean: | *A bit dated from DigitalOcean: | ||
*A personal source on Github: [[https:// | *A personal source on Github: [[https:// | ||
- | When installing a Calbre server a key point seems to be that you install the full software package and ignore the warning / errors related to the client interface aspects of the install. | ||
---- | ---- | ||
<- home_server: | <- home_server: |