added booksonic
This commit is contained in:
parent
bff6c57daf
commit
809a3fbb2f
6 changed files with 31 additions and 0 deletions
13
apps/booksonic/config.json
Normal file
13
apps/booksonic/config.json
Normal 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": []
|
||||
}
|
18
apps/booksonic/docker-compose.yml
Normal file
18
apps/booksonic/docker-compose.yml
Normal 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
|
0
media/data/audiobooks/.gitkeep
Normal file
0
media/data/audiobooks/.gitkeep
Normal file
0
media/data/othermedia/.keep
Normal file
0
media/data/othermedia/.keep
Normal file
0
media/data/podcasts/.gitkeep
Normal file
0
media/data/podcasts/.gitkeep
Normal file
BIN
packages/dashboard/public/logos/apps/booksonic.jpg
Normal file
BIN
packages/dashboard/public/logos/apps/booksonic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Reference in a new issue