chore: update logo readme and data folder location

This commit is contained in:
Nicolas Meienberger 2023-08-26 11:51:59 +02:00
parent 63f4f481af
commit 4131893340
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 20 KiB