Skip to content

Releases: LodestoneHQ/lodestone

v0.2.1

03 Feb 02:00
e78d7d8
Compare
Choose a tag to compare

One more test of DockerHub automated build system

v0.2.0

03 Feb 01:43
e78d7d8
Compare
Choose a tag to compare
  • Fixed some issues with local development setup
  • Updated documentation after moving repos to a GitHub organization
  • Resetting release number
  • Testing new DockerHub automated builds. No

Beta 2 release

09 Mar 07:31
Compare
Choose a tag to compare
Beta 2 release Pre-release
Pre-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

06 Feb 07:03
Compare
Choose a tag to compare
Beta 1 release Pre-release
Pre-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

06 Nov 04:46
a476799
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Alpha working version.