Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
b4390c8b
Commit
b4390c8b
authored
Oct 12, 2015
by
Jan Broer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add screenshot
parent
9382bfa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
17 deletions
+19
-17
readme.md
readme.md
+19
-17
No files found.
readme.md
View file @
b4390c8b
This is an in-progress fork of
[
calibreserver
](
https://bitbucket.org/raphaelmutschler/calibreserver
)
by Raphael Mutschler.
This is an in-progress fork of
[
calibreserver
](
https://bitbucket.org/raphaelmutschler/calibreserver
)
by Raphael Mutschler.
A working Docker image is available here:
[
janeczku/calibre-web
](
https://registry.hub.docker.com/u/janeczku/calibre-web/
)
.
A working Docker image is available here:
[
janeczku/calibre-web
](
https://registry.hub.docker.com/u/janeczku/calibre-web/
)
.
##About
##About
Calibre Web is a Python web app providing a clean interface for browsing, reading and downloading e-books from a Calibre e-book database.
Calibre Web is a Python web app providing a clean interface for browsing, reading and downloading e-books from a Calibre e-book database.

##Features
##Features
-
Bootstrap 3 HTML5 interface
-
Bootstrap 3 HTML5 interface
-
User management
-
User management
-
Admin interface
-
Admin interface
-
OPDS feed for eBook reader apps
-
OPDS feed for eBook reader apps
-
Filter and search by titles, authors, tags, series and language
-
Filter and search by titles, authors, tags, series and language
-
Create custom book collection (shelves)
-
Create custom book collection (shelves)
-
Support for editing eBook metadata
-
Support for editing eBook metadata
-
Support for converting eBooks from EPUB to Kindle format (mobi/azw)
-
Support for converting eBooks from EPUB to Kindle format (mobi/azw)
-
Restrict eBook download to logged-in users
-
Restrict eBook download to logged-in users
-
Send eBooks to Kindle devices with the click of a button
-
Send eBooks to Kindle devices with the click of a button
-
Support for reading eBooks directly in the browser
-
Support for reading eBooks directly in the browser
## Quick start
## Quick start
1.
Execute the command:
`python cps.py`
(it will throw an error)
1.
Execute the command:
`python cps.py`
(it will throw an error)
2.
Edit config.ini and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
2.
Edit config.ini and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
3.
Execute the command:
`python cps.py`
3.
Execute the command:
`python cps.py`
4.
Point your browser to
`http://localhost:8083`
4.
Point your browser to
`http://localhost:8083`
**Default admin login:**
**Default admin login:**
*Username:*
admin
*Username:*
admin
*Password:*
admin123
*Password:*
admin123
## Requirements
## Requirements
Python 2.7+
Python 2.7+
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment