This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Releases: LodestoneHQ/lodestone
Releases · LodestoneHQ/lodestone
v0.2.1
v0.2.0
Beta 2 release
Lodestone Beta 2 Release 🎉
Changelog
New Features
- Added a sync button that:
- deletes entries in ElasticSearch if the file has been deleted
- triggers processing on storage files that do not have an entry in ElasticSearch
- triggers re-processing on storage files that have empty content in their ElasticSearch entry.
- Added the ability to selectively include/exclude file types from processing (with configurable defaults)
- Added UI for errors, allowing you to see which documents could not be processed correctly
- Unraid compatible. All container routing can be configured via Environmental Variables.
Bugs Fixed:
- PDF files with inline images were not always correctly processed.
- Dashboard view is empty but documents showed up when filters enabled
- Clicking on "Similar Documents" didn't correctly load the new document
- Docker storage container had a race-condition and would not always start up correctly.
- Fixed issue where ElasticSearch container would fail to start with permissions errors.
Enhancements:
- Documented how to update default tags list (and other config files).
- Removed unnecessary reverse-proxy container (traefik). All requests to internal containers now done though API layer.
- Documents can be queued for individual re-processing
- Added Favicon & logo
Instructions
To get started just do the following:
- download the docker-compose.yml file to an empty directory on your computer
- run
docker-compose pull && docker-compose up
- open
localhost/web
in a browser - copy some documents into the
./data/storage/documents
directory. See lodestone-test-docs for some test documents
If you run into any problems, please submit an issue
Beta 1 release
Lodestone Beta 1 Release 🎉
To get started just do the following:
- download the docker-compose.yml file to an empty directory on your computer
- run
docker-compose pull && docker-compose up
- open
localhost/web
in a browser - copy some documents into the
./data/storage/documents
directory. See lodestone-test-docs for some test documents
If you run into any problems, please submit an issue
v0.0.1-alpha
Alpha working version.