AppFeed/lsio_categories/cops.xml
2023-08-10 11:19:06 -04:00

77 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/cops.xml</TemplateURL>
<Beta>False</Beta>
<Category>Cloud: MediaApp:Books MediaServer:Books</Category>
<Date>2016-08-12</Date>
<Name>cops</Name>
<Support>https://forums.unraid.net/topic/49343-support-linuxserverio-cops-calibre-opds-php-server/</Support>
<Description>COPS, 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.
Calibre is a marvelous tool but it is too big and has too many dependencies to be used only for its content server.
So COPS's main advantages are :
Few dependencies.
Light on resources.
Not much code.
Search function.
With Dropbox / nextcloud it's very easy to have an up to date OPDS content server.
100% OPDS valid code (checked with http://opds-validator.appspot.com/).
[br][br]
[b][u][span style=\'color: #E80000;\']Configuration[/span][/u][/b][br]
[b]/config[/b] Where COPS should store settings, logs and configuration[br]
[b]/books[/b] Path to your calibre library metadata.db file[br]
</Description>
<Project>https://github.com/seblucas/cops</Project>
<Overview>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.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/cops/</Registry>
<Repository>linuxserver/cops</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>80</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/books</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cops-icon.png</Icon>
<ExtraParams></ExtraParams>
<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>
<BaseImage>lsiobase/nginx</BaseImage>
</Container>