diff --git a/README.md b/README.md index 2998eda3..132128bc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is the official repository for the Tipi App Store. It contains all the apps - [Actual Budget](https://github.com/actualbudget/actual-server) - Local-first OpenSource Budget tool - [Adguard Home](https://github.com/AdguardTeam/AdGuardHome) - Adguard Home DNS adblocker +- [Audiobookshelf](https://github.com/advplyr/audiobookshelf) - Audiobookshelf is a self-hosted audiobook and podcast server. - [autobrr](https://github.com/autobrr/autobrr) - Automation for downloads. - [Barrage](https://github.com/maulik9898/barrage) - Minimal Deluge WebUI with full mobile support - [Bazarr](https://github.com/morpheus65535/bazarr) - A companion application to Sonarr and Radarr that manages and downloads subtitles diff --git a/apps/audiobookshelf/docker-compose.yml b/apps/audiobookshelf/docker-compose.yml index a9404858..cc77cae8 100644 --- a/apps/audiobookshelf/docker-compose.yml +++ b/apps/audiobookshelf/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3.7" +version: '3.7' services: audiobookshelf: container_name: audiobookshelf @@ -9,8 +9,8 @@ services: volumes: - ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks - ${ROOT_FOLDER_HOST}/media/data/podcasts:/podcasts - - ${APP_DATA_DIR}/config:/config - - ${APP_DATA_DIR}/metadata:/metadata + - ${APP_DATA_DIR}/data/config:/config + - ${APP_DATA_DIR}/data/metadata:/metadata networks: - tipi_main_network labels: diff --git a/apps/audiobookshelf/metadata/logo.jpg b/apps/audiobookshelf/metadata/logo.jpg index c2ae8a3c..c342dcfb 100644 Binary files a/apps/audiobookshelf/metadata/logo.jpg and b/apps/audiobookshelf/metadata/logo.jpg differ