From 7e9366ab65a78b63cebf6df7068bb49a44376b84 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:47:43 -0400 Subject: [PATCH] Update readme-vars.yml --- readme-vars.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 45a3125..096839a 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -5,7 +5,7 @@ project_name: cops project_url: "http://blog.slucas.fr/en/oss/calibre-opds-php-server" project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cops-icon.png" project_blurb: | - [{{ project_name|capitalize }}]({{ project_url }}) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. + [{{ project_name|capitalize }}]({{ project_url }}) 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. @@ -39,15 +39,12 @@ project_blurb: | If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" -project_deprecation_status: true -project_deprecation_message: "COPS has been abandoned by its developers and no actively maintained forks exist at this time." project_blurb_optional_extras_enabled: false # supported architectures available_architectures: - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} - - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"} # development version development_versions: false @@ -86,6 +83,7 @@ app_setup_block: | # changelog changelogs: + - { date: "11.08.23:", desc: "undeprecate and add new branch with mikespub fork which is actively maintained." } - { date: "15.05.23:", desc: "Deprecate due to upstream dev abandonment of project." } - { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." } - { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }