Audiobookshelf
Fully open-source self-hosted audiobook and podcast server. It streams all audio formats, keeps and syncs progress across devices. Comes with open-source apps for Android and iOS.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 13378:80
volumes:
- </path/to/audiobooks>:/audiobooks
- </path/to/podcasts>:/podcasts
- </path/to/config>:/config
- </path/to/metadata>:/metadata
environment:
- TZ=America/Toronto
restart: unless-stopped Resources
Website: https://www.audiobookshelf.org/
GitHub: https://github.com/advplyr/audiobookshelf
Docker Hub: https://hub.docker.com/r/advplyr/audiobookshelf
Configuration: https://www.audiobookshelf.org/docs/#docker-compose-install