You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,8 @@ The architectures supported by this image are:
58
58
| :----: | :----: | ---- |
59
59
| x86-64 | ✅ | amd64-\<version tag\>|
60
60
| arm64 | ✅ | arm64v8-\<version tag\>|
61
-
| armhf |✅ | arm32v7-\<version tag\>|
61
+
| armhf |❌ ||
62
62
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 |
70
63
## Application Setup
71
64
72
65
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:
90
83
- TZ=Etc/UTC
91
84
- CONTEXT_PATH=url-base #optional
92
85
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
97
90
ports:
98
91
- 4040:4040
99
92
restart: unless-stopped
@@ -109,10 +102,10 @@ docker run -d \
109
102
-e TZ=Etc/UTC \
110
103
-e CONTEXT_PATH=url-base `#optional` \
111
104
-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 \
116
109
--restart unless-stopped \
117
110
lscr.io/linuxserver/booksonic-air:latest
118
111
@@ -243,5 +236,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
243
236
244
237
## Versions
245
238
239
+
***25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
0 commit comments