forked from linuxserver/docker-daapd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme-vars.yml
74 lines (65 loc) · 3.52 KB
/
readme-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
# project information
project_name: daapd
project_url: "https://ejurgensen.github.io/forked-daapd/"
project_logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-git.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_blurb_optional_extras_enabled: false
# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
# development version
development_versions: false
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_net: true
param_net: "host"
param_net_desc: "Shares host networking with container."
param_usage_include_env: true
param_env_vars:
- { 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 data>", desc: "Where daapd server stores its config and dbase files." }
- { vol_path: "/music", vol_host_path: "<path to music>", desc: "Map to your music folder." }
param_usage_include_ports: false
param_device_map: false
cap_add_param: false
# optional container parameters
opt_param_usage_include_env: false
opt_param_usage_include_vols: false
opt_param_usage_include_ports: false
opt_param_device_map: false
opt_cap_add_param: false
optional_block_1: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Map your music folder, open up itunes on the same LAN to see your music there.
The web interface is available at `http://<your ip>:3689`
For further setup options of remotes etc, check out the daapd website, [Forked-daapd]({{ project_url }}).
# changelog
changelogs:
- { date: "16.01.20:", desc: "Rebase to alpine linux 3.11 and build antlr3c from source." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "14.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "20.08.18:", desc: "Rebase to alpine linux 3.8." }
- { date: "09.06.18:", desc: "Use buildstage and update dependencies." }
- { date: "05.03.18:", desc: "Use updated configure ac and disable avcodecsend to hopefully mitigate crashes with V26." }
- { date: "25.02.18:", desc: "Query version before pull and build latest release." }
- { date: "03.01.18:", desc: "Deprecate cpu_core routine lack of scaling." }
- { date: "07.12.17:", desc: "Rebase to alpine linux 3.7." }
- { date: "03.12.17:", desc: "Bump to 25.0, cpu core counting routine for faster builds, linting fixes." }
- { date: "26.05.17:", desc: "Rebase to alpine linux 3.6." }
- { date: "06.02.17:", desc: "Rebase to alpine linux 3.5." }
- { date: "10.01.17:", desc: "Bump to 24.2." }
- { date: "14.10.16:", desc: "Add version layer information." }
- { date: "17.09.16:", desc: "Rebase to alpine linux, remove redundant spotify support, move to main repository." }
- { date: "28.02.16:", desc: "Add chromecast support, bump dependency versions." }
- { date: "04.01.16:", desc: "Disable ipv6 by default because in v23.4 it doesn't work in unraid with it set." }
- { date: "17.12.15:", desc: "Add in spotify support." }
- { date: "25.11.15:", desc: "Initial Release." }