v2.3.0
What's Changed
- Added support for local directory indexing in #56.
To index local directories, use the local
type in your config file:
When running in Docker, ensure that the directory is mapped to a volume:
docker run -v /path/to/local/repo:/path/to/local/repo /* additional args */ ghcr.io/sourcebot-dev/sourcebot:latest
Full Changelog: v2.2.0...v2.3.0