Quick Start
docker run -d \
--name kima \
-p 3030:3030 \
-v /path/to/your/music:/music \
-v kima_data:/data \
chevron7locked/kima:v1.8.1Then open http://localhost:3030 and create your account!
Documentation
See the README for full documentation.
What's Changed
- fix(audio-analyzer): gate decode behind ffmpeg to stop Essentia segfault crash-loop by @gossip31 in #204
- feat(soulseek): configurable slskd backend (no Kima credentials required) by @gossip31 in #205
New Contributors
Full Changelog: v1.8.0...v1.8.1