Access your digital library from any device by connecting your Calibre database to a responsive web interface. This application provides a clean layout for browsing, reading, and downloading eBooks directly in the browser. Manage your collection easily by creating custom shelves, editing metadata, and uploading new books or audio formats.
Key features include:
Maintain full control over your library with advanced search filters and on-the-fly conversion.
services:
calibre-web:
image: lscr.io/linuxserver/calibre-web:latest
container_name: calibre-web
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOCKER_MODS=linuxserver/mods:universal-calibre
- OAUTHLIB_INSECURE_TRANSPORT=1
volumes:
- ./config:/config
- ./books:/books
ports:
- 8083:8083
restart: unless-stopped# No sensitive credentials are required for the initial setup of this container.
# All application configuration is managed through the web interface and stored in the ./config volume.Auto-fetched about 3 hours ago
Auto-fetched about 3 hours ago