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."}