Lodestone Versions Save

Personal Document Archiving (DMS, EDMS for Personal/Home Office use)

v0.2.1

3 years ago

One more test of DockerHub automated build system

v0.2.0

3 years ago
  • 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

v1.0.0-beta2

4 years ago

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

v1.0.0-beta1

4 years ago

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

4 years ago

Alpha working version.