Update

Ozzieisaacs 2020-03-06 16:30:54 +01:00
parent fe057bc13e
commit 4dcf76f115
2 changed files with 6 additions and 2 deletions

4
FAQ.md

@ -147,3 +147,7 @@ If calibre is started first, it normally blocks access to the metadata.db file a
### How to upload Covers in other formats than jpg
Other coverformats than jpg can be uploaded using the "upload from local drive" function on the edit book page. If "pillow" is installed, other file formats like png can be converted to jpg and used as cover.
### How many books are displayed on Random/Discover section
The random books page is generated new upon each call to the page (also valid for the opds feed). The random page has therefore no next page and the number of books displayed there equals to the setting books per page

@ -1,6 +1,6 @@
## Start Calibre-Web as service under Linux with systemd
Create a file "cps.service" as root in the folder /etc/systemd/system with the following content:
If you want to get Calibre-Web started automatically after reboot follow this instructions. Create a file "cps.service" as root in the folder /etc/systemd/system with the following content:
```
[Unit]
@ -20,4 +20,4 @@ Replace the user and ExecStart with your user and foldernames.
`sudo systemctl enable cps.service`
enables the service.
enables the service.