Merge pull request #60 from linuxserver/deprecate

This commit is contained in:
Adam 2023-10-17 14:09:00 +01:00 committed by GitHub
commit e894a6871a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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