Skip to content

Commit fce100c

Browse files
Bot Updating Documentation
1 parent b7ae588 commit fce100c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/images/docker-cops.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
---
22
title: cops
3+
tags:
4+
- Books
5+
description: "[Cops](https://github.com/mikespub-org/seblucas-cops) by Sébastien Lucas, now maintained by MikesPub, stands for Calibre OPDS (and HTML) Php Server.
6+
7+
COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.
8+
9+
Changes in your Calibre library are reflected immediately in your COPS pages.
10+
11+
See : [COPS's home](https://github.com/mikespub-org/seblucas-cops) for more details.
12+
13+
Don't forget to check the [Wiki](https://github.com/mikespub-org/seblucas-cops/wiki).
14+
15+
## Why? (taken from the author's site)
16+
17+
In my opinion Calibre is a marvelous tool but is too big and has too much
18+
dependencies to be used for its content server.
19+
20+
That's the main reason why I coded this OPDS server. I needed a simple
21+
tool to be installed on a small server (Seagate Dockstar in my case).
22+
23+
I initially thought of Calibre2OPDS but as it generate static file no
24+
search was possible.
25+
26+
Later I added an simple HTML catalog that should be usable on my Kobo.
27+
28+
So COPS's main advantages are :
29+
* No need for many dependencies.
30+
* No need for a lot of CPU or RAM.
31+
* Not much code.
32+
* Search is available.
33+
* With Dropbox / owncloud it's very easy to have an up to date OPDS server.
34+
* It was fun to code.
35+
36+
If you want to use the OPDS feed don't forget to specify /feed at the end of your URL."
337
---
438
<!-- DO NOT EDIT THIS FILE MANUALLY -->
539
<!-- Please read https://github.com/linuxserver/docker-cops/blob/master/.github/CONTRIBUTING.md -->

0 commit comments

Comments
 (0)