mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 23:26:20 +00:00
Update
parent
fe057bc13e
commit
4dcf76f115
4
FAQ.md
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.
|
||||
|
Loading…
Reference in New Issue
Block a user