Changelog
I think sqlite won't scale well enough on public instances and we are testing all this on the lovely @notkudu on degoog.org (again, I don't host it, @notkudu is having a blast testing my mad ideas). This release is mostly addressing that, plus a couple of bugfixes that have been brought to my attention. Sorry for the quick releases in succession but I wanted to get this one out before posting about degoog on r/selfhosted, this is more polished and will land better ❤️
feature
- Add support for PostgreSQL for big busy instances like degoog.org, this should scale better
- Restructure the indexer settings and client settings overall as it was becoming messy as hell
bufixes
- Update version checker to avoid caching the wrong version when you are not behind
- Fix issue where if one engine gave 0 results all engines were automatically retrying uncached
- Allow uninstalling of orphaned extensions (extensions that have had the repo deleted before being uninstalled) and show manually added extensions in the
installedtab of the store #168 - Fix natural language for plugin to work behind api key adding the request auth token to the query #167