mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
Merge branch 'master' of https://github.com/janeczku/calibre-web
This commit is contained in:
commit
b0c6c9d56e
@ -24,6 +24,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
|||||||
- Upload new books in PDF, epub, fb2 format
|
- Upload new books in PDF, epub, fb2 format
|
||||||
- Support for Calibre custom columns
|
- Support for Calibre custom columns
|
||||||
- Fine grained per-user permissions
|
- Fine grained per-user permissions
|
||||||
|
- Self update capability
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
@ -42,10 +43,13 @@ The configuration can be changed as admin in the admin panel under "Configuratio
|
|||||||
|
|
||||||
Server Port:
|
Server Port:
|
||||||
Changes the port calibre-web is listening, changes take effect after pressing submit button
|
Changes the port calibre-web is listening, changes take effect after pressing submit button
|
||||||
|
|
||||||
Enable public registration:
|
Enable public registration:
|
||||||
Tick to enable public user registration.
|
Tick to enable public user registration.
|
||||||
|
|
||||||
Enable anonymous browsing:
|
Enable anonymous browsing:
|
||||||
Tick to allow not logged in users to browse the catalog, anonymous user permissions can be set as admin ("Guest" user)
|
Tick to allow not logged in users to browse the catalog, anonymous user permissions can be set as admin ("Guest" user)
|
||||||
|
|
||||||
Enable uploading:
|
Enable uploading:
|
||||||
Tick to enable uploading of PDF, epub, FB2. This requires the imagemagick library to be installed.
|
Tick to enable uploading of PDF, epub, FB2. This requires the imagemagick library to be installed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user