Update Booksonic to 2201.1.0 (#576)

- Add Image Tagging
-Add Context Path for Reverse Proxys
This commit is contained in:
DrMxrcy 2023-05-23 08:43:52 -04:00 committed by GitHub
parent 59261f2ebe
commit 6467f35155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -4,11 +4,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8040, "port": 8040,
"tipi_version": 3, "tipi_version": 4,
"version": "latest", "version": "2201.1.0",
"id": "booksonic", "id": "booksonic",
"categories": ["books", "media"], "categories": ["books", "media"],
"description": "", "description": "The selfhosted audiobook server",
"short_desc": "The selfhosted audiobook server", "short_desc": "The selfhosted audiobook server",
"author": "https://github.com/popeen", "author": "https://github.com/popeen",
"source": "https://github.com/popeen/Booksonic-Air", "source": "https://github.com/popeen/Booksonic-Air",

View File

@ -1,12 +1,13 @@
version: "3.7" version: "3.7"
services: services:
booksonic: booksonic:
image: lscr.io/linuxserver/booksonic-air:latest image: lscr.io/linuxserver/booksonic-air:2201.1.0
container_name: booksonic container_name: booksonic
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=${TZ} - TZ=${TZ}
- CONTEXT_PATH={APP_PROTOCOL:-http}://${APP_DOMAIN}
volumes: volumes:
- ${APP_DATA_DIR}/config:/config - ${APP_DATA_DIR}/config:/config
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks - ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks