Jasper
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
12 additions and
11 deletions
-
audiobookshelf/docker-compose.yml
-
audiobookshelf/umbrel-app.yml
|
|
@ -9,7 +9,7 @@ services: |
|
|
|
|
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.2.11@sha256:6a3a3dceeb669b477851ce54d96c2140868e19606b0193ccbb3e98151e5b8e5e |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.2.22@sha256:085f8365fe5e556cb83920055495e55c968378564623334b640d5c28ffe1a67b |
|
|
|
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.11" |
|
|
|
version: "2.2.22" |
|
|
|
port: 13378 |
|
|
|
description: >- |
|
|
|
Features: |
|
|
@ -61,19 +61,20 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
- Audiobookshelf now works with mobile apps (Android & iOS) |
|
|
|
|
|
|
|
|
|
|
|
Added: |
|
|
|
- M4B merge tool advanced options for ffmpeg encoder |
|
|
|
- Send ebook to other devices |
|
|
|
- Export OPML for podcast libraries |
|
|
|
- Library filter for ebook items |
|
|
|
|
|
|
|
Fixed: |
|
|
|
- Crash on adding podcast |
|
|
|
- Dropdowns hidden in edit modals |
|
|
|
- Get libraries API endpoint (bad response payload) |
|
|
|
- Closing audio player resetting progress |
|
|
|
- Epub3 ebook showing white background |
|
|
|
- Podcast episode downloads for RSS feeds that use the same title for every episode |
|
|
|
|
|
|
|
Changed: |
|
|
|
- API endpoint for author image allows raw=1 query to get raw image |
|
|
|
- More strings translated: french, simplified Chinese, & German |
|
|
|
- Library filter max height set to window height |
|
|
|
- New API endpoints for static library item files, ebooks and downloading |
|
|
|
- Security updates |
|
|
|
- More strings translated (German) |
|
|
|
submitter: Jasper |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/302 |