Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 73ecaf4

Browse files
Bot Updating Templated Files
1 parent 1dc05b6 commit 73ecaf4

3 files changed

Lines changed: 38 additions & 44 deletions

File tree

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ body:
5353
options:
5454
- x86-64
5555
- arm64
56-
- armhf
5756
validations:
5857
required: true
5958
- type: textarea

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The architectures supported by this image are:
5656
| :----: | :----: | ---- |
5757
| x86-64 || amd64-\<version tag\> |
5858
| arm64 || arm64v8-\<version tag\> |
59-
| armhf | | arm32v7-\<version tag\> |
59+
| armhf | | |
6060

6161
## Application Setup
6262

@@ -240,6 +240,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
240240

241241
## Versions
242242

243+
* **05.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
243244
* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
244245
* **31.05.22:** - Make sure the user has access to the audio device.
245246
* **31.05.22:** - Add new deps, flex and bison.

readme-vars.yml

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/mast
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99
project_blurb_optional_extras_enabled: false
10-
1110
# supported architectures
1211
available_architectures:
13-
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
14-
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
15-
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
16-
12+
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
13+
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1714
# development version
1815
development_versions: false
19-
2016
# container parameters
2117
common_param_env_vars_enabled: true
2218
param_container_name: "{{ project_name }}"
@@ -25,23 +21,21 @@ param_net: "host"
2521
param_net_desc: "Shares host networking with container."
2622
param_usage_include_env: true
2723
param_env_vars:
28-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
24+
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
2925
param_usage_include_vols: true
3026
param_volumes:
31-
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Where daapd server stores its config and dbase files." }
32-
- { vol_path: "/music", vol_host_path: "/path/to/music", desc: "Map to your music folder." }
27+
- {vol_path: "/config", vol_host_path: "/path/to/data", desc: "Where daapd server stores its config and dbase files."}
28+
- {vol_path: "/music", vol_host_path: "/path/to/music", desc: "Map to your music folder."}
3329
param_usage_include_ports: false
3430
param_device_map: false
3531
cap_add_param: false
36-
3732
# optional container parameters
3833
opt_param_usage_include_env: false
3934
opt_param_usage_include_vols: false
4035
opt_param_usage_include_ports: false
4136
opt_param_device_map: false
4237
opt_cap_add_param: false
4338
optional_block_1: false
44-
4539
# application setup block
4640
app_setup_block_enabled: true
4741
app_setup_block: |
@@ -50,7 +44,7 @@ app_setup_block: |
5044
The web interface is available at `http://<your ip>:3689`
5145
5246
For further setup options of remotes etc, check out the daapd website, [Owntone]({{ project_url }}).
53-
47+
5448
## Enable spotify connect server
5549
5650
Enable the spotify connect server by creating a pipe named 'spotify' in the root of your mounted music folder (not possible on most network mounts):
@@ -62,35 +56,35 @@ app_setup_block: |
6256
The spotify connect server should show up as the 'forked-daapd' device in your Spotify application.
6357
6458
It is recommended to set the `pipe_autostart` option to `true` in your forked-daapd config.
65-
6659
# changelog
6760
changelogs:
68-
- { date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
69-
- { date: "31.05.22:", desc: "Make sure the user has access to the audio device." }
70-
- { date: "31.05.22:", desc: "Add new deps, flex and bison." }
71-
- { date: "12.02.22:", desc: "Rebase to Alpine 3.15." }
72-
- { date: "14.09.21:", desc: "Enabled librespot. Disabled spotify on ARMv7" }
73-
- { date: "10.07.21:", desc: "Change of paths to work with the new package name, OwnTone." }
74-
- { date: "02.04.21:", desc: "Update upstream repo, again." }
75-
- { date: "30.03.21:", desc: "Update upstream repo." }
76-
- { date: "06.10.20:", desc: "Enabled Spotify on Alpine 3.12 for X86_64 and ARMv7." }
77-
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
78-
- { date: "16.01.20:", desc: "Rebase to alpine linux 3.11 and build antlr3c from source." }
79-
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
80-
- { date: "14.01.19:", desc: "Add pipeline logic and multi arch." }
81-
- { date: "20.08.18:", desc: "Rebase to alpine linux 3.8." }
82-
- { date: "09.06.18:", desc: "Use buildstage and update dependencies." }
83-
- { date: "05.03.18:", desc: "Use updated configure ac and disable avcodecsend to hopefully mitigate crashes with V26." }
84-
- { date: "25.02.18:", desc: "Query version before pull and build latest release." }
85-
- { date: "03.01.18:", desc: "Deprecate cpu_core routine lack of scaling." }
86-
- { date: "07.12.17:", desc: "Rebase to alpine linux 3.7." }
87-
- { date: "03.12.17:", desc: "Bump to 25.0, cpu core counting routine for faster builds, linting fixes." }
88-
- { date: "26.05.17:", desc: "Rebase to alpine linux 3.6." }
89-
- { date: "06.02.17:", desc: "Rebase to alpine linux 3.5." }
90-
- { date: "10.01.17:", desc: "Bump to 24.2." }
91-
- { date: "14.10.16:", desc: "Add version layer information." }
92-
- { date: "17.09.16:", desc: "Rebase to alpine linux, remove redundant spotify support, move to main repository." }
93-
- { date: "28.02.16:", desc: "Add chromecast support, bump dependency versions." }
94-
- { date: "04.01.16:", desc: "Disable ipv6 by default because in v23.4 it doesn't work in unraid with it set." }
95-
- { date: "17.12.15:", desc: "Add in spotify support." }
96-
- { date: "25.11.15:", desc: "Initial Release." }
61+
- {date: "05.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
62+
- {date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
63+
- {date: "31.05.22:", desc: "Make sure the user has access to the audio device."}
64+
- {date: "31.05.22:", desc: "Add new deps, flex and bison."}
65+
- {date: "12.02.22:", desc: "Rebase to Alpine 3.15."}
66+
- {date: "14.09.21:", desc: "Enabled librespot. Disabled spotify on ARMv7"}
67+
- {date: "10.07.21:", desc: "Change of paths to work with the new package name, OwnTone."}
68+
- {date: "02.04.21:", desc: "Update upstream repo, again."}
69+
- {date: "30.03.21:", desc: "Update upstream repo."}
70+
- {date: "06.10.20:", desc: "Enabled Spotify on Alpine 3.12 for X86_64 and ARMv7."}
71+
- {date: "01.06.20:", desc: "Rebasing to alpine 3.12."}
72+
- {date: "16.01.20:", desc: "Rebase to alpine linux 3.11 and build antlr3c from source."}
73+
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
74+
- {date: "14.01.19:", desc: "Add pipeline logic and multi arch."}
75+
- {date: "20.08.18:", desc: "Rebase to alpine linux 3.8."}
76+
- {date: "09.06.18:", desc: "Use buildstage and update dependencies."}
77+
- {date: "05.03.18:", desc: "Use updated configure ac and disable avcodecsend to hopefully mitigate crashes with V26."}
78+
- {date: "25.02.18:", desc: "Query version before pull and build latest release."}
79+
- {date: "03.01.18:", desc: "Deprecate cpu_core routine lack of scaling."}
80+
- {date: "07.12.17:", desc: "Rebase to alpine linux 3.7."}
81+
- {date: "03.12.17:", desc: "Bump to 25.0, cpu core counting routine for faster builds, linting fixes."}
82+
- {date: "26.05.17:", desc: "Rebase to alpine linux 3.6."}
83+
- {date: "06.02.17:", desc: "Rebase to alpine linux 3.5."}
84+
- {date: "10.01.17:", desc: "Bump to 24.2."}
85+
- {date: "14.10.16:", desc: "Add version layer information."}
86+
- {date: "17.09.16:", desc: "Rebase to alpine linux, remove redundant spotify support, move to main repository."}
87+
- {date: "28.02.16:", desc: "Add chromecast support, bump dependency versions."}
88+
- {date: "04.01.16:", desc: "Disable ipv6 by default because in v23.4 it doesn't work in unraid with it set."}
89+
- {date: "17.12.15:", desc: "Add in spotify support."}
90+
- {date: "25.11.15:", desc: "Initial Release."}

0 commit comments

Comments
 (0)