8000 GitHub - mitcdh/docker-cops: Auto-Cloning Container for COPS: Calibre OPDS (and HTML) PHP Server - https://github.com/seblucas/cops
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mitcdh/docker-cops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Auto-Cloning Container for COPS: Calibre OPDS (and HTML) PHP Server - https://github.com/seblucas/cops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0