This repository has been archived by the owner on May 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme-vars.yml
70 lines (62 loc) · 3.31 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
---
# project information
project_name: libresonic
project_url: "https://github.com/Libresonic/libresonic"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/libresonic.png"
project_blurb: "THIS IMAGE IS DEPRECATED. PLEASE USE AIRSONIC `linuxserver/airsonic` [{{ project_name|capitalize }}]({{ project_url }}) is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room."
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: false
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/config>", desc: "Configuration file location." }
- { vol_path: "/music", vol_host_path: "</path/to/music>", desc: "Location of music." }
- { vol_path: "/playlists", vol_host_path: "</path/to/playlists>", desc: "Location for playlists to be saved to." }
- { vol_path: "/podcasts", vol_host_path: "</path/to/podcasts>", desc: "Location of podcasts." }
param_usage_include_ports: true
param_ports:
- { external_port: "4040", internal_port: "4040", port_desc: "WebUI" }
param_device_map: false
cap_add_param: false
# optional container parameters
opt_param_usage_include_env: true
opt_param_env_vars:
- { env_var: "CONTEXT_PATH", env_value: "<URL_BASE>", desc: "For setting url-base in reverse proxy setups." }
opt_param_usage_include_vols: true
opt_param_volumes:
- { vol_path: "/media", vol_host_path: "</path/to/other media>", desc: "Location of other media." }
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: |
Access WebUI at `<your-ip>:4040`.
Default user/pass is admin/admin
# changelog
changelogs:
- { date: "24.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "15.01.19:", desc: "Pull war from github, adding pipeline multi arch builds." }
- { date: "05.01.19:", desc: "Linting fixes." }
- { date: "27.08.18:", desc: "Rebase to ubuntu bionic." }
- { date: "12.12.17:", desc: "Rebase to alpine 3.7." }
- { date: "11.07.17:", desc: "Rebase to alpine 3.6." }
- { date: "12.05.17:", desc: "Add annotation timeout (primarily for armhf and lower powered hosts)." }
- { date: "08.02.17:", desc: "Rebase to alpine 3.5." }
- { date: "04.12.16:", desc: "Update jetty runner version." }
- { date: "29.11.16:", desc: "Switch to building from release tags following v6.1 stable release." }
- { date: "17.11.16:", desc: "Initial Release." }