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

Commit 65e645c

Browse files
authored
Merge pull request #22 from linuxserver/master-3.19
Rebase to 3.19
2 parents 24de0e4 + 730ca1c commit 65e645c

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
44

55
# set version label
66
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
44

55
# set version label
66
ARG BUILD_DATE

readme-vars.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@ available_architectures:
1717
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
1818
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1919

20-
# development version
21-
development_versions: false
22-
2320
# container parameters
2421
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
2522
param_container_name: "{{ project_name }}"
26-
param_usage_include_env: true
27-
param_env_vars:
28-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
2923
param_usage_include_vols: true
3024
param_volumes:
31-
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files." }
25+
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Configuration files." }
3226
- { vol_path: "/audiobooks", vol_host_path: "/path/to/audiobooks", desc: "Audiobooks." }
3327
- { vol_path: "/podcasts", vol_host_path: "/path/to/podcasts", desc: "Podcasts." }
3428
- { vol_path: "/othermedia", vol_host_path: "/path/to/othermedia", desc: "Other media." }
@@ -42,10 +36,11 @@ opt_param_env_vars:
4236
- { env_var: "CONTEXT_PATH", env_value: "url-base", desc: "Base url for use with reverse proxies etc." }
4337
# application setup block
4438
app_setup_block_enabled: true
45-
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"
39+
app_setup_block: "While 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"
4640

4741
# changelog
4842
changelogs:
43+
- { date: "20.03.24:", desc: "Rebase to Alpine 3.19." }
4944
- { date: "10.07.23:", desc: "Rebase to Alpine 3.18." }
5045
- { date: "25.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf." }
5146
- { date: "18.04.22:", desc: "Rebase to Alpine 3.15." }

0 commit comments

Comments
 (0)