@@ -7,16 +7,12 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/mast
77project_blurb : " [{{ project_name|capitalize }}]({{ project_url }}) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio."
88project_lsio_github_repo_url : " https://github.com/linuxserver/docker-{{ project_name }}"
99project_blurb_optional_extras_enabled : false
10-
1110# supported architectures
1211available_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
1815development_versions : false
19-
2016# container parameters
2117common_param_env_vars_enabled : true
2218param_container_name : " {{ project_name }}"
@@ -25,23 +21,21 @@ param_net: "host"
2521param_net_desc : " Shares host networking with container."
2622param_usage_include_env : true
2723param_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."}
2925param_usage_include_vols : true
3026param_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."}
3329param_usage_include_ports : false
3430param_device_map : false
3531cap_add_param : false
36-
3732# optional container parameters
3833opt_param_usage_include_env : false
3934opt_param_usage_include_vols : false
4035opt_param_usage_include_ports : false
4136opt_param_device_map : false
4237opt_cap_add_param : false
4338optional_block_1 : false
44-
4539# application setup block
4640app_setup_block_enabled : true
4741app_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
6760changelogs :
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