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

Commit 4d713bf

Browse files
Bot Updating Templated Files
1 parent 6cff8c6 commit 4d713bf

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ body:
5353
options:
5454
- x86-64
5555
- arm64
56+
- armhf
5657
validations:
5758
required: true
5859
- type: textarea

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,15 @@ The architectures supported by this image are:
5858
| :----: | :----: | ---- |
5959
| x86-64 || amd64-\<version tag\> |
6060
| arm64 || arm64v8-\<version tag\> |
61-
| armhf | | |
61+
| armhf | | arm32v7-\<version tag\> |
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 |
6370
## Application Setup
6471

6572
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
@@ -80,13 +87,13 @@ services:
8087
environment:
8188
- PUID=1000
8289
- PGID=1000
83-
- TZ=Europe/London
90+
- TZ=Etc/UTC
8491
- CONTEXT_PATH=url-base #optional
8592
volumes:
86-
- /path/to/appdata/config:/config
87-
- /path/to/audiobooks:/audiobooks
88-
- /path/to/podcasts:/podcasts
89-
- /path/to/othermedia:/othermedia
93+
- </path/to/appdata/config>:/config
94+
- </path/to/audiobooks>:/audiobooks
95+
- </path/to/podcasts>:/podcasts
96+
- </path/to/othermedia>:/othermedia
9097
ports:
9198
- 4040:4040
9299
restart: unless-stopped
@@ -102,10 +109,10 @@ docker run -d \
102109
-e TZ=Etc/UTC \
103110
-e CONTEXT_PATH=url-base `#optional` \
104111
-p 4040:4040 \
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 \
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 \
109116
--restart unless-stopped \
110117
lscr.io/linuxserver/booksonic-air:latest
111118

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

237244
## Versions
238245

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

0 commit comments

Comments
 (0)