From c8272b33d6d2933b8b5ecba216b9b0b0e09d4240 Mon Sep 17 00:00:00 2001 From: thespad Date: Mon, 6 Apr 2026 21:21:38 +0000 Subject: [PATCH] Deprecate --- readme-vars.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index bde8b81..ef39a3b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -6,6 +6,10 @@ project_url: "https://github.com/mylar3/mylar3" project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" + +project_deprecation_status: true +project_deprecation_message: "Please switch to the latest or nightly tags" + # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}