Host your personal ebook collection efficiently without the heavy resource requirements of traditional desktop applications. This lightweight OPDS and HTML server is designed to run smoothly on small servers, NAS devices, and low-power hardware, giving you full access to your library from anywhere. Simply sync your existing library directory using your preferred file-sharing method, and your books are instantly available.\n\nKey benefits include:\n* Low resource consumption: Operates perfectly without demanding excessive CPU or RAM, making it ideal for minimal server setups.\n* Universal accessibility: Features a responsive HTML5 and CSS3 interface for web browsers, alongside fully valid OPDS code for seamless integration with popular mobile e-reader apps.\n* Advanced library management: Supports multiple databases within a single installation and automatically applies metadata updates directly to your downloaded Epub files.\n* Robust search capabilities: Quickly locate specific titles or authors.
services:
cops:
image: lscr.io/linuxserver/cops:latest
container_name: cops
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./books:/books
ports:
- 80:80
restart: unless-stopped# No sensitive environment variables are required for the default configuration of this container.
# You can customize PUID, PGID, and TZ directly in the docker-compose.yml if needed.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago