Illia Pyshniak
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
12 deletions
-
audiobookshelf/docker-compose.yml
-
audiobookshelf/umbrel-app.yml
|
|
@ -9,7 +9,7 @@ services: |
|
|
|
|
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.8.0@sha256:34bc1414a7a65f3f1e12f3e03195561732cc740792d1dea1858d483006ceba1e |
|
|
|
image: ghcr.io/advplyr/audiobookshelf:2.9.0@sha256:4665b96c90119ba453448ef956b4b6423be3521979380cfde011962186ec04eb |
|
|
|
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.8.0" |
|
|
|
version: "2.9.0" |
|
|
|
port: 13378 |
|
|
|
description: >- |
|
|
|
Features: |
|
|
@ -61,22 +61,16 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This release brings audiobookshelf from version 2.7.1 to 2.8.0. |
|
|
|
This release brings audiobookshelf from version 2.8.0 to 2.9.0. |
|
|
|
|
|
|
|
|
|
|
|
Added |
|
|
|
|
|
|
|
- Allow adding a custom message on login page (from auth config page) |
|
|
|
- Support for webp images in cbz/cbr comic files |
|
|
|
|
|
|
|
- Ability to add custom metadata providers (from item metadata utils) |
|
|
|
- Podcast library filter for language |
|
|
|
|
|
|
|
- Crash logs are stored in /metadata/logs/crash_logs.txt |
|
|
|
|
|
|
|
- Portuguese (Brazil) translations |
|
|
|
|
|
|
|
- Podcast library setting to set iTunes search region |
|
|
|
|
|
|
|
- OpenID: Edit user modal shows button to unlink user from OpenID |
|
|
|
- Hebrew, Ukrainian, Bengali, Traditional Chinese, Estonian, Hungarian, Vietnamese translations |
|
|
|
|
|
|
|
|
|
|
|
Plus many fixes and changes... |
|
|
|