mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-25 17:40:31 +00:00
- Fully graphical setup (can be changed as admin under configuration)
- Title of calibre-web can be changed, to distinguish between different installations - View of "random books" can be changed independent of discover books - Author view in sidebar can be switched of ###################################### !!!!This is a big change, I recommend everybody updating from an earlier version to do a backup before upgrading!!!! ######################################
This commit is contained in:
parent
2c615fdf05
commit
73d049051b
@ -1,13 +0,0 @@
|
|||||||
[General]
|
|
||||||
DB_ROOT =
|
|
||||||
APP_DB_ROOT =
|
|
||||||
MAIN_DIR =
|
|
||||||
LOG_DIR =
|
|
||||||
PORT = 8083
|
|
||||||
NEWEST_BOOKS = 60
|
|
||||||
[Advanced]
|
|
||||||
TITLE_REGEX = ^(A|The|An|Der|Die|Das|Den|Ein|Eine|Einen|Dem|Des|Einem|Eines)\s+
|
|
||||||
DEVELOPMENT = 0
|
|
||||||
PUBLIC_REG = 0
|
|
||||||
UPLOADING = 0
|
|
||||||
ANON_BROWSE = 0
|
|
24
readme.md
24
readme.md
@ -8,6 +8,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
|||||||
|
|
||||||
##Features
|
##Features
|
||||||
- Bootstrap 3 HTML5 interface
|
- Bootstrap 3 HTML5 interface
|
||||||
|
- full graphical setup
|
||||||
- User management
|
- User management
|
||||||
- Admin interface
|
- Admin interface
|
||||||
- User Interface in english, french, german, simplified chinese, spanish
|
- User Interface in english, french, german, simplified chinese, spanish
|
||||||
@ -26,9 +27,10 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
1. Rename `config.ini.example` to `config.ini` and set `DB_ROOT` to the path of the folder where your Calibre library (metadata.db) lives
|
1. Execute the command: `python cps.py`
|
||||||
2. Execute the command: `python cps.py`
|
2. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
|
||||||
3. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
|
3. Set `Location of Calibre database` to the path of the folder where your Calibre library (metadata.db) lives, push "submit" button
|
||||||
|
4. Go to Login page
|
||||||
|
|
||||||
**Default admin login:**
|
**Default admin login:**
|
||||||
*Username:* admin
|
*Username:* admin
|
||||||
@ -36,12 +38,16 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
|||||||
|
|
||||||
## Runtime Configuration Options
|
## Runtime Configuration Options
|
||||||
|
|
||||||
`PUBLIC_REG`
|
The configuration can be changed as admin in the admin panel under "Configuration"
|
||||||
Set to 1 to enable public user registration.
|
|
||||||
`ANON_BROWSE`
|
Server Port:
|
||||||
Set to 1 to allow not logged in users to browse the catalog.
|
Changes the port calibre-web is listening, changes take effect after pressing submit button
|
||||||
`UPLOADING`
|
Enable public registration:
|
||||||
Set to 1 to enable PDF uploading. This requires the imagemagick library to be installed.
|
Tick to enable public user registration.
|
||||||
|
Enable anonymous browsing:
|
||||||
|
Tick to allow not logged in users to browse the catalog, anonymous user permissions can be set as admin ("Guest" user)
|
||||||
|
Enable uploading:
|
||||||
|
Tick to enable uploading of PDF, epub, FB2. This requires the imagemagick library to be installed.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user