Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Jul 6, 2023
1 parent 7e75b8e commit 9dcc85f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 37 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/issue.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ body:
options:
- x86-64
- arm64
- armhf
validations:
required: true
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 || amd64-\<version tag\> |
| arm64 || arm64v8-\<version tag\> |
| armhf | | arm32v7-\<version tag\> |
| armhf | | |

## Usage

Expand Down Expand Up @@ -224,6 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **02.02.22:** - Rebasing to alpine 3.15. Updating to Python 3.
* **19.12.19:** - Rebasing to alpine 3.11.
Expand Down
66 changes: 31 additions & 35 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,47 @@ 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 }}"

# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}

- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# container parameters
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
param_container_name: "{{ project_name }}"

param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files." }
- { vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "ISOs." }
- { vol_path: "/music", vol_host_path: "/path/to/music", desc: "Your music directory." }
- {vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files."}
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "ISOs."}
- {vol_path: "/music", vol_host_path: "/path/to/music", desc: "Your music directory."}
param_usage_include_ports: true
param_ports:
- { external_port: "8181", internal_port: "8181", port_desc: "Application WebUI" }

- {external_port: "8181", internal_port: "8181", port_desc: "Application WebUI"}
# changelog
changelogs:
- { 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." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "09.05.19:", desc: "Add default UTC timezone if user does not set it." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "18.08.18:", desc: "Rebase to alpine 3.8." }
- { date: "03.04.18:", desc: "Remove forced port and update README." }
- { date: "05.01.18:", desc: "Deprecate cpu_core routine lack of scaling." }
- { date: "12.12.17:", desc: "Rebase to alpine 3.7." }
- { date: "20.07.17:", desc: "Internal git pull instead of at runtime." }
- { date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push." }
- { date: "28.05.17:", desc: "Add flac package to handle FLAC based .cue." }
- { date: "25.05.17:", desc: "Rebase to alpine 3.6." }
- { date: "03.05.17:", desc: "Reduce layer, replace broken source for shntool." }
- { date: "07.02.17:", desc: "Rebase to alpine 3.5." }
- { date: "23.12.16:", desc: "Fix capitalisation in README." }
- { date: "09.09.16:", desc: "Add layer badges to README." }
- { date: "27.08.16:", desc: "Add badges to README, compile shntool." }
- { date: "08.08.16:", desc: "Rebase to alpine linux." }
- { date: "18.07.15:", desc: "Inital Release" }
- {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."}
- {date: "19.12.19:", desc: "Rebasing to alpine 3.11."}
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10."}
- {date: "09.05.19:", desc: "Add default UTC timezone if user does not set it."}
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
- {date: "22.02.19:", desc: "Rebasing to alpine 3.9."}
- {date: "16.01.19:", desc: "Add pipeline logic and multi arch."}
- {date: "18.08.18:", desc: "Rebase to alpine 3.8."}
- {date: "03.04.18:", desc: "Remove forced port and update README."}
- {date: "05.01.18:", desc: "Deprecate cpu_core routine lack of scaling."}
- {date: "12.12.17:", desc: "Rebase to alpine 3.7."}
- {date: "20.07.17:", desc: "Internal git pull instead of at runtime."}
- {date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push."}
- {date: "28.05.17:", desc: "Add flac package to handle FLAC based .cue."}
- {date: "25.05.17:", desc: "Rebase to alpine 3.6."}
- {date: "03.05.17:", desc: "Reduce layer, replace broken source for shntool."}
- {date: "07.02.17:", desc: "Rebase to alpine 3.5."}
- {date: "23.12.16:", desc: "Fix capitalisation in README."}
- {date: "09.09.16:", desc: "Add layer badges to README."}
- {date: "27.08.16:", desc: "Add badges to README, compile shntool."}
- {date: "08.08.16:", desc: "Rebase to alpine linux."}
- {date: "18.07.15:", desc: "Inital Release"}

0 comments on commit 9dcc85f

Please sign in to comment.