calibre-web is a web interface for Calibre - an ebook manager.
make config
It is recommended to turn on some form of sentry authorization (eg. HTTP Basic auth or IP address filter) in front of the server, that way you do not expose the initial default deployment, which includes the pre-baked username and password necessary to login the first time:
- Username:
admin
- Password:
admin123
After you login, and change the default password, you can then consider turning off the sentry authorization.
See AUTH.md for information on adding external authentication on top of your app.
make install
make open
Once you are logged in, there are additional steps to configure the application correctly:
- Choose
Location of Calibre Database
. Enter/books
. Do not enter any other directory, otherwise your files may be saved incorrectly. - Click
Save
.
- Click the user icon in the upper right corner
- Enter a new password.
- Click
Save
.
By default, there is no option to upload books, until you enable the feature to do so.
- Click the circular icon in the top right corner, this opens the Admin view.
- Click
Edit Basic Configuration
. - Click
Feature Configuration
. - Click
Enable Uploads
. - Click
Save
.
To manage the books en-masse, use the sftp container.