gleanerio / gleaner

Gleaner: JSON-LD and structured data on the web harvesting
https://gleaner.io
Apache License 2.0
17 stars 10 forks source link

glcon readconfig #151

Closed valentinedwv closed 1 year ago

valentinedwv commented 1 year ago

only effect gleaner console

gleaner console app failed to read the config if it was passed using the --cfg flag. It was was an issue with the lack of a format being set (because there is no extension).

This now uses a preRun function in 'gleaner' and 'nabu' to read the file for each application.

Also improved minio connection check #154