Merge pull request #60 from linuxserver/deprecate
This commit is contained in:
commit
e894a6871a
1 changed files with 3 additions and 0 deletions
|
@ -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."}
|
||||
|
|
Loading…
Add table
Reference in a new issue