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

Commit 8a74ca6

Browse files
committed
Merge branch 'master' into 3.17
2 parents c0647fe + b2d6924 commit 8a74ca6

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ services:
8080
environment:
8181
- PUID=1000
8282
- PGID=1000
83-
- TZ=Etc/UTC
84-
- CONTEXT_PATH=url-base
83+
- TZ=Europe/London
84+
- CONTEXT_PATH=url-base #optional
8585
volumes:
8686
- /path/to/appdata/config:/config
8787
- /path/to/audiobooks:/audiobooks
@@ -100,7 +100,7 @@ docker run -d \
100100
-e PUID=1000 \
101101
-e PGID=1000 \
102102
-e TZ=Etc/UTC \
103-
-e CONTEXT_PATH=url-base \
103+
-e CONTEXT_PATH=url-base `#optional` \
104104
-p 4040:4040 \
105105
-v /path/to/appdata/config:/config \
106106
-v /path/to/audiobooks:/audiobooks \

package_versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ busybox-1.34.1-r7
99
ca-certificates-20220614-r0
1010
ca-certificates-bundle-20220614-r0
1111
coreutils-9.0-r2
12-
curl-7.80.0-r4
12+
curl-7.80.0-r5
1313
encodings-1.0.5-r0
1414
expat-2.5.0-r0
1515
ffmpeg-4.4.1-r2
@@ -40,7 +40,7 @@ libbz2-1.0.8-r1
4040
libc-utils-0.7.2-r3
4141
libcom_err-1.46.4-r0
4242
libcrypto1.1-1.1.1s-r1
43-
libcurl-7.80.0-r4
43+
libcurl-7.80.0-r5
4444
libdav1d-0.9.2-r0
4545
libdrm-2.4.109-r0
4646
libffi-3.4.2-r1

readme-vars.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ param_container_name: "{{ project_name }}"
2626
param_usage_include_env: true
2727
param_env_vars:
2828
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
29-
- { env_var: "CONTEXT_PATH", env_value: "url-base", desc: "Base url for use with reverse proxies etc." }
3029
param_usage_include_vols: true
3130
param_volumes:
3231
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files." }
@@ -37,6 +36,10 @@ param_usage_include_ports: true
3736
param_ports:
3837
- { external_port: "4040", internal_port: "4040", port_desc: "Application WebUI" }
3938

39+
# optional container parameters
40+
opt_param_usage_include_env: true
41+
opt_param_env_vars:
42+
- { env_var: "CONTEXT_PATH", env_value: "url-base", desc: "Base url for use with reverse proxies etc." }
4043
# application setup block
4144
app_setup_block_enabled: true
4245
app_setup_block: "Whilst this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin"

0 commit comments

Comments
 (0)