linuxserver/calibre

Sponsored OSS

By linuxserver.io

Updated about 1 hour ago

Image
Content management system
Databases & storage
361

50M+

linuxserver/calibre repository overview

linuxserver/calibre

This readme has been truncated from the full version found HERE

Calibre is a powerful and easy to use e-book manager. Users say it's outstanding and a must-have. It'll allow you to do nearly everything and it takes things a step beyond normal e-book software. It's also completely free and open source and great for both casual users and computer experts.

Application Setup

The application can be accessed at:

In the wizard, make sure to select the default library location /config/Calibre Library as the path for books. We will not provide support if you use a different path.

Calibre's built-in webserver is not enabled by default. If you wish to use it, please enable it in Calibre Preferences under Sharing over the net. Make sure to leave the port setting as 8081 and check the box to start it automatically.

Usage

docker run -d \
  --name=calibre \
  --security-opt seccomp=unconfined `#optional` \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e PASSWORD= `#optional` \
  -e CLI_ARGS= `#optional` \
  -p 8080:8080 \
  -p 8181:8181 \
  -p 8081:8081 \
  -v /path/to/calibre/config:/config \
  --shm-size="1gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/calibre:latest

Tag summary

Content type

Image

Digest

sha256:95e22e9a3

Size

1.2 GB

Last updated

about 1 hour ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

46,215

Last week