Quick Start
docker run -d \
--name lidify \
-p 3030:3030 \
-v /path/to/your/music:/music \
-v lidify_data:/data \
chevron7locked/lidify:v1.3.0Then open http://localhost:3030 and create your account!
Documentation
See the README for full documentation.
What's Changed
- fix: remove 500/1000 item cap on library pagination (Issue #12) by @danthi123 in #15
- fix: remove 500/1000 item cap on library pagination by @danthi123 in #29
- added description for NUM_WORKERS as Environment Variable by @Kuglikrug in #24
New Contributors
- @danthi123 made their first contribution in #15
- @Kuglikrug made their first contribution in #24
Full Changelog: v1.0.2...v1.3.0