github Chevron7Locked/lidify v1.3.0
Lidify v1.3.0

latest releases: v1.3.2, v1.3.1
3 days ago

Quick Start

docker run -d \
  --name lidify \
  -p 3030:3030 \
  -v /path/to/your/music:/music \
  -v lidify_data:/data \
  chevron7locked/lidify:v1.3.0

Then 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

Full Changelog: v1.0.2...v1.3.0

Don't miss a new lidify release

NewReleases is sending notifications on new releases.