templates/unraid/cops.xml
2021-02-17 13:33:03 +00:00

56 lines
3.3 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<Container version="2">
<Name>cops</Name>
<Repository>ghcr.io/linuxserver/cops</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/cops</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-cops/issues/new/choose</Support>
<Shell>bash</Shell>
<Project>http://blog.slucas.fr/en/oss/calibre-opds-php-server</Project>
<Overview>[Cops](http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.
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.
Changes in your Calibre library are reflected immediately in your COPS pages.
See : [COPS&#39;s home](http://blog.slucas.fr/en/oss/calibre-opds-php-server) for more details.
Don&#39;t forget to check the [Wiki](https://github.com/seblucas/cops/wiki).
## Why? (taken from the author&#39;s site)
In my opinion Calibre is a marvelous tool but is too big and has too much
dependencies to be used for its content server.
That&#39;s the main reason why I coded this OPDS server. I needed a simple
tool to be installed on a small server (Seagate Dockstar in my case).
I initially thought of Calibre2OPDS but as it generate static file no
search was possible.
Later I added an simple HTML catalog that should be usable on my Kobo.
So COPS&#39;s main advantages are :
* No need for many dependencies.
* No need for a lot of CPU or RAM.
* Not much code.
* Search is available.
* With Dropbox / owncloud it&#39;s very easy to have an up to date OPDS server.
* It was fun to code.
If you want to use the OPDS feed don&#39;t forget to specify feed.php at the end of your URL.</Overview>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/cops.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cops-icon.png</Icon>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="COPS Application Data." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Path: /books" Target="/books" Default="" Mode="rw" Description="Calibre metadata.db location." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>