Host your personal audio collection with a lightweight server designed specifically for audiobooks. Instead of relying on messy audio tags, it uses your existing folder structure to organize media. Simply point it to your directories, and your collection becomes instantly accessible through a modern web interface.
Built for performance, it handles large libraries effortlessly by utilizing an embedded caching system for fast searches. Listen on the go without worrying about data limits thanks to on-the-fly audio transcoding, which converts files to bandwidth-friendly formats.
Key benefits include:
.m4b files and extracts chapter metadata for easy navigation.services:
audioserve:
image: izderadicka/audioserve
container_name: audioserve
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./audiobooks:/audiobooks
- ./data:/home/audioserve/.audioserve
environment:
- AUDIOSERVE_SHARED_SECRET=${AUDIOSERVE_SHARED_SECRET}
# The command argument specifies the collection directory inside the container
command: /audiobooksAUDIOSERVE_SHARED_SECRET=your_secure_random_secret_hereAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago