Quick Start
docker run -d \
--name kima \
-p 3030:3030 \
-v /path/to/your/music:/music \
-v kima_data:/data \
chevron7locked/kima:v1.6.3Then open http://localhost:3030 and create your account!
Documentation
See the README for full documentation.
What's Changed
- feature: #130 - Shows missing songs in albums, including preview by @cachamber in #140
- Subsonic: expand OpenSubsonic compatibility and modularize route architecture by @cachamber in #142
Full Changelog: v1.6.2...v1.6.3