mitcdh/cops

By mitcdh

Updated over 5 years ago

Auto-Cloning Container for COPS: Calibre OPDS (and HTML) PHP Server

Image
1

500K+

Dockerised COPS

Docker image for COPS (Calibre OPDS server). Based on Caddy with the following features:

  • COPS repository https://github.com/seblucas/cops.git is cloned once a day using the Caddy git module.
  • Prometheus and realip modules are also avaliable.
  • Additional configuration can be added to the Caddyfile through stdin when running the container.
Environment Variables
  • COPS_TITLE: Override cops_title_default in config_local.php
Usage
docker run -d \
    --name cops \
    -e COPS_TITLE="My eBook Library" \
    -v /data/books:/books:ro \
    mitcdh/cops
Volumes
  • /books: Mount point for the calibre library
Exposed Ports
  • 2015: http web server
Credits

Docker Pull Command

docker pull mitcdh/cops