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
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,15 @@ The architectures supported by this image are:
58
58
| :----: | :----: | ---- |
59
59
| x86-64 | ✅ | amd64-\<version tag\>|
60
60
| arm64 | ✅ | arm64v8-\<version tag\>|
61
-
| armhf |❌ ||
61
+
| armhf |✅ | arm32v7-\<version tag\>|
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 |
63
70
## Application Setup
64
71
65
72
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:
80
87
environment:
81
88
- PUID=1000
82
89
- PGID=1000
83
-
- TZ=Europe/London
90
+
- TZ=Etc/UTC
84
91
- CONTEXT_PATH=url-base #optional
85
92
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
90
97
ports:
91
98
- 4040:4040
92
99
restart: unless-stopped
@@ -102,10 +109,10 @@ docker run -d \
102
109
-e TZ=Etc/UTC \
103
110
-e CONTEXT_PATH=url-base `#optional` \
104
111
-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 \
109
116
--restart unless-stopped \
110
117
lscr.io/linuxserver/booksonic-air:latest
111
118
@@ -236,6 +243,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
236
243
237
244
## Versions
238
245
239
-
***25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
0 commit comments