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.
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-stoppedCALIBRE_PASSWORD=your_secure_passwordAuto-fetched about 3 hours ago
Auto-fetched about 3 hours ago