Transform your self-hosted digital library experience by combining a modern web interface with powerful background automation. This platform eliminates the manual work of managing an eBook collection by automatically handling file conversions, metadata fetching, and library organization.
Key features include:
services:
calibre-web-automated:
image: crocodilestick/calibre-web-automated:latest
container_name: calibre-web-automated
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
# Optional: Set to true to enable auto-conversion to epub
- CWA_AUTOCONVERT=true
volumes:
- ./config:/config
- ./library:/calibre-library
- ./ingest:/cwa-book-ingest
ports:
- 8083:8083
restart: unless-stopped# No sensitive environment variables are required for the default setup.
# You can configure application-specific settings via the Web UI.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago