Favicon of Calibre (LinuxServer.io)

Calibre (LinuxServer.io)

Take full control of your digital library. Organize, convert, and read e-books across all your devices with this comprehensive management software.

Manage your entire digital reading collection from a single, powerful interface. This comprehensive e-book software provides everything you need to organize, convert, and sync your library across multiple devices. Format conversion allows you to easily switch between popular e-book formats, ensuring compatibility with any e-reader. Metadata editing gives you the ability to update titles, authors, covers, and tags so your collection remains perfectly organized. You can also take advantage of the built-in e-book viewer to read directly on your computer. Whether you are managing a few dozen books or a massive library of thousands of titles, the robust toolset adapts to your needs. Additional features include downloading news from the web and converting it into an e-book format, as well as sharing your library over a local network. Maintain complete ownership and control over your digital books without relying on closed ecosystems.

Directory Structure

calibre-linuxserver-io
calibre
config
.env
docker-compose.yml

docker-compose.yml

services:
  calibre:
    image: lscr.io/linuxserver/calibre:latest
    container_name: calibre
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - PASSWORD=${CALIBRE_PASSWORD}
      - CLI_ARGS= #optional
    volumes:
      - ./config:/config
    ports:
      - 8080:8080
      - 8081:8081
    restart: unless-stopped

.env

CALIBRE_PASSWORD=your_secure_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Calibre (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon