added booksonic

This commit is contained in:
rushic24 2022-07-29 23:34:46 -04:00
parent bff6c57daf
commit 809a3fbb2f
6 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"name": "Booksonic",
"available": true,
"port": 8040,
"id": "booksonic",
"categories": ["books", "media"],
"description": "",
"short_desc": "The selfhosted audiobook server",
"author": "https://github.com/popeen",
"source": "https://github.com/popeen/Booksonic-Air",
"image": "/logos/apps/booksonic.jpg",
"form_fields": []
}

View File

@ -0,0 +1,18 @@
version: "2.1"
services:
booksonic-air:
image: lscr.io/linuxserver/booksonic-air:latest
container_name: booksonic-air
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
- CONTEXT_PATH=url-base
volumes:
- ${APP_DATA_DIR}/config:/config
- ${ROOT_FOLDER_HOST}/media/data/audiobooks:/audiobooks
- ${ROOT_FOLDER_HOST}/media/data/podcasts:/podcasts
- ${ROOT_FOLDER_HOST}/media/data/othermedia:/othermedia
ports:
- ${APP_PORT}:4040
restart: unless-stopped

View File

View File

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB