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

Commit 589593d

Browse files
Bot Updating Templated Files
1 parent 4d713bf commit 589593d

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ body:
5353
options:
5454
- x86-64
5555
- arm64
56-
- armhf
5756
validations:
5857
required: true
5958
- type: textarea

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,8 @@ The architectures supported by this image are:
5858
| :----: | :----: | ---- |
5959
| x86-64 || amd64-\<version tag\> |
6060
| arm64 || arm64v8-\<version tag\> |
61-
| armhf | | arm32v7-\<version tag\> |
61+
| armhf | | |
6262

63-
## Version Tags
64-
65-
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
66-
67-
| Tag | Available | Description |
68-
| :----: | :----: |--- |
69-
| latest || Stable booksonic-air releases |
7063
## Application Setup
7164

7265
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
@@ -90,10 +83,10 @@ services:
9083
- TZ=Etc/UTC
9184
- CONTEXT_PATH=url-base #optional
9285
volumes:
93-
- </path/to/appdata/config>:/config
94-
- </path/to/audiobooks>:/audiobooks
95-
- </path/to/podcasts>:/podcasts
96-
- </path/to/othermedia>:/othermedia
86+
- /path/to/appdata/config:/config
87+
- /path/to/audiobooks:/audiobooks
88+
- /path/to/podcasts:/podcasts
89+
- /path/to/othermedia:/othermedia
9790
ports:
9891
- 4040:4040
9992
restart: unless-stopped
@@ -109,10 +102,10 @@ docker run -d \
109102
-e TZ=Etc/UTC \
110103
-e CONTEXT_PATH=url-base `#optional` \
111104
-p 4040:4040 \
112-
-v </path/to/appdata/config>:/config \
113-
-v </path/to/audiobooks>:/audiobooks \
114-
-v </path/to/podcasts>:/podcasts \
115-
-v </path/to/othermedia>:/othermedia \
105+
-v /path/to/appdata/config:/config \
106+
-v /path/to/audiobooks:/audiobooks \
107+
-v /path/to/podcasts:/podcasts \
108+
-v /path/to/othermedia:/othermedia \
116109
--restart unless-stopped \
117110
lscr.io/linuxserver/booksonic-air:latest
118111

@@ -243,5 +236,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
243236

244237
## Versions
245238

239+
* **25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
246240
* **18.04.22:** - Rebase to Alpine 3.15.
247241
* **15.09.20:** - Initial Release.

0 commit comments

Comments
 (0)