Files
pi-hosted/template/apps/booksonic.json
2022-08-21 16:09:22 -04:00

53 lines
1.2 KiB
JSON

{
"categories": [
"Books",
"Other"
],
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "booksonic",
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH"
}
],
"image_arm32": "linuxserver/booksonic:latest",
"image_arm64": "linuxserver/booksonic:latest",
"image_amd64": "linuxserver/booksonic:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/booksonic.png",
"name": "booksonic",
"officialDoc": "https://docs.linuxserver.io/images/docker-booksonic-air",
"platform": "linux",
"ports": [
"4041:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Booksonic",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/Podcasts",
"container": "/podcast"
},
{
"bind": "/portainer/Files/AppData/Config/Booksonic",
"container": "/config"
}
],
"webpage": "https://booksonic.org/"
}