AppsAudio ServerBooksonic Air

Booksonic Air

A new Booksonic server based on Airsonic. - OBS: The code here might not be ready for release. Feel free to compile it yourself but if so I recommend searching for the latest commit with the description “Prepare for release”

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  booksonic-air:
    image: lscr.io/linuxserver/booksonic-air:latest
    container_name: booksonic-air
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - CONTEXT_PATH=url-base #optional
    volumes:
      - /path/to/booksonic-air/config:/config
      - /path/to/audiobooks:/audiobooks
      - /path/to/podcasts:/podcasts
      - /path/to/othermedia:/othermedia
    ports:
      - 4040:4040
    restart: unless-stopped

Resources

Website: https://booksonic.org/

GitHub: https://github.com/popeen/Booksonic-Air

Docker Hub (LinuxServer.io): https://hub.docker.com/r/linuxserver/booksonic-air

Configuration: https://github.com/linuxserver/docker-booksonic-air