From 770ddf19bed5e5c5dd0bccf129e42e09a9143899 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 17 Oct 2023 13:50:21 +0100 Subject: [PATCH] Deprecate --- readme-vars.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 1fb3f7b..5023e77 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -6,6 +6,8 @@ project_url: "https://github.com/rembo10/headphones" project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" + +project_deprecation_status: true # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} @@ -26,6 +28,7 @@ param_ports: - {external_port: "8181", internal_port: "8181", port_desc: "Application WebUI"} # changelog changelogs: + - {date: "17.10.23:", desc: "Deprecate image."} - {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} - {date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."} - {date: "02.02.22:", desc: "Rebasing to alpine 3.15. Updating to Python 3."}