forked from linuxserver/docker-headphones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme-vars.yml
102 lines (91 loc) · 4.55 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
# project information
project_name: headphones
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_blurb_optional_extras_enabled: false
project_blurb_optional_extras: []
# 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
development_versions_items:
- { tag: "latest", desc: "Stable Ombi releases" }
- { tag: "development", desc: "Releases from the `develop` branch of Ombi" }
# 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_net: false #you can set it to 'optional'
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/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" }
param_device_map: false
param_devices:
- { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "For hardware transcoding" }
cap_add_param: false
cap_add_param_vars:
- { cap_add_var: "NET_ADMIN" }
# optional container parameters
opt_param_usage_include_env: false
opt_param_env_vars:
- { env_var: "VERSION", env_value: "latest", desc: "Supported values are LATEST, PLEXPASS or a specific version number." }
opt_param_usage_include_vols: false
opt_param_volumes:
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Configuration files." }
opt_param_usage_include_ports: false
opt_param_ports:
- { external_port: "80", internal_port: "80", port_desc: "Application WebUI" }
opt_param_device_map: false
opt_param_devices:
- { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "For hardware transcoding" }
opt_cap_add_param: false
opt_cap_add_param_vars:
- { cap_add_var: "NET_ADMIN" }
optional_block_1: false
optional_block_1_items:
- "```"
- "include optional stuff"
- "```"
# application setup block
app_setup_block_enabled: false
app_setup_block: ""
app_setup_nginx_reverse_proxy_snippet: true
app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk through the wizard."
# changelog
changelogs:
- { 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" }