mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
187 lines
6.5 KiB
XML
187 lines
6.5 KiB
XML
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-cops/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>cops</Name>
|
|
<Repository>lscr.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>
|
|
<GitHub>https://github.com/linuxserver/docker-cops#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-cops#readme</ReadMe>
|
|
<Project>https://github.com/mikespub-org/seblucas-cops</Project>
|
|
<Overview>Cops(https://github.com/mikespub-org/seblucas-cops) by Sébastien Lucas, now maintained by MikesPub, 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's home(https://github.com/mikespub-org/seblucas-cops) for more details.
|
|
|
|
Don't forget to check the Wiki(https://github.com/mikespub-org/seblucas-cops/wiki).
|
|
|
|
## Why? (taken from the author'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'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'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'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't forget to specify /feed 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-logo.png</Icon>
|
|
<Date>2026-02-08</Date>
|
|
<Changes>
|
|
### 2026-02-08
|
|
- Adding missing php-tokenizer package.
|
|
|
|
### 2025-10-10
|
|
- Adding missing icu-data-full package.
|
|
|
|
### 2025-07-10
|
|
- Rebase to Alpine 3.22.
|
|
|
|
### 2025-05-14
|
|
- Existing users should verify: site-confs/default.conf and config/local.php - Clean-up default site conf and local.php.
|
|
|
|
### 2024-12-16
|
|
- Rebase to Alpine 3.21.
|
|
|
|
### 2024-09-24
|
|
- Existing users should verify: site-confs/default.conf - Update rewriting rules default site conf.
|
|
|
|
### 2024-09-14
|
|
- Ensure user config files have the right permissions.
|
|
|
|
### 2024-09-09
|
|
- In COPS 3.x, the config_local.php is being moved over to config/local.php and this container will automatically migrate it. Existing users should verify: config_local.php and/or config/local.php - define $config'cops_kepubify_path' if they want to use it
|
|
|
|
### 2024-08-28
|
|
- Add kepubify tool to update metadata for Kobo - see mikespub-org/seblucas-cops#77
|
|
|
|
### 2024-06-24
|
|
- Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
|
|
|
|
### 2024-05-07
|
|
- Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
|
|
|
|
### 2024-03-20
|
|
- Rebase to Alpine 3.19.
|
|
|
|
### 2023-12-25
|
|
- Existing users should update: site-confs/default.conf - Cleanup default site conf.
|
|
|
|
### 2023-08-11
|
|
- Undeprecate and add new branch with mikespub fork which is actively maintained.
|
|
|
|
### 2023-05-15
|
|
- Deprecate due to upstream dev abandonment of project.
|
|
|
|
### 2023-04-13
|
|
- Move ssl.conf include to default.conf.
|
|
|
|
### 2023-01-19
|
|
- Rebase to alpine 3.17 with php8.1.
|
|
|
|
### 2022-08-20
|
|
- Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement(https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
|
|
|
### 2020-11-22
|
|
- Pin composer version to 1.10.17.
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-02-27
|
|
- Upgrade packages during install to prevent mismatch with baseimage.
|
|
|
|
### 2019-02-22
|
|
- Rebasing to alpine 3.9.
|
|
|
|
### 2019-01-14
|
|
- Add multiarch and pipeline logic.
|
|
|
|
### 2018-08-21
|
|
- Rebase to alpine 3.8.
|
|
|
|
### 2018-07-02
|
|
- Add php7-ctype dependency.
|
|
|
|
### 2018-01-08
|
|
- Rebase to alpine 3.7.
|
|
|
|
### 2017-05-25
|
|
- Rebase to alpine 3.6.
|
|
|
|
### 2017-04-03
|
|
- Add composer packages, reduce layers.
|
|
|
|
### 2017-04-02
|
|
- Updated to version 1.1.0.
|
|
|
|
### 2017-02-05
|
|
- Updated to Alpine 3.5 and PHP7.
|
|
|
|
### 2016-10-24
|
|
- Updated to implement user based config.
|
|
|
|
### 2016-10-24
|
|
- Updated to version 1.0.1.
|
|
|
|
### 2016-10-14
|
|
- Add version layer information.
|
|
|
|
### 2016-09-28
|
|
- Add php5-zlib.
|
|
|
|
### 2016-09-11
|
|
- Add layer badges to README.
|
|
|
|
### 2016-08-29
|
|
- Add php5-opcache.
|
|
|
|
### 2016-08-28
|
|
- Add badges to README.
|
|
|
|
### 2016-08-12
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="HTTP WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 443" Target="443" Default="443" Mode="tcp" Description="HTTPS 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>
|