Browse Source
Update Audiobookshelf to 2.2.11 (#344)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Jasper
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
19 additions and
2 deletions
-
audiobookshelf/docker-compose.yml
-
audiobookshelf/umbrel-app.yml
|
|
@ -5,9 +5,11 @@ services: |
|
|
|
environment: |
|
|
|
APP_HOST: audiobookshelf_web_1 |
|
|
|
APP_PORT: 80 |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.2.8@sha256:7b47d1b679bf0a884636fad7900390ee9880345b9377057f052f9066a4987d85 |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.2.11@sha256:6a3a3dceeb669b477851ce54d96c2140868e19606b0193ccbb3e98151e5b8e5e |
|
|
|
user: 1000:1000 |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
|
|
@ -3,7 +3,7 @@ id: audiobookshelf |
|
|
|
name: Audiobookshelf |
|
|
|
tagline: Audiobook and podcast server |
|
|
|
category: Media |
|
|
|
version: "2.2.8" |
|
|
|
version: "2.2.11" |
|
|
|
port: 13378 |
|
|
|
description: >- |
|
|
|
Features: |
|
|
@ -60,5 +60,20 @@ dependencies: [] |
|
|
|
path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
- Audiobookshelf now works with mobile apps (Android & iOS) |
|
|
|
|
|
|
|
|
|
|
|
Added: |
|
|
|
- M4B merge tool advanced options for ffmpeg encoder |
|
|
|
|
|
|
|
Fixed: |
|
|
|
- Crash on adding podcast |
|
|
|
- Dropdowns hidden in edit modals |
|
|
|
- Get libraries API endpoint (bad response payload) |
|
|
|
|
|
|
|
Changed: |
|
|
|
- API endpoint for author image allows raw=1 query to get raw image |
|
|
|
- More strings translated: french, simplified Chinese, & German |
|
|
|
submitter: Jasper |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/302 |