matrix-search

A small nodejs script which indexes a whole matrix account into meilisearch and has a pdf rendering UI
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-search.git
Log | Files | Refs | README | LICENSE

commit 4318ee172109d1f79bd29d4002500d53f18f0c9f
parent 9142929939300cfa7cce11cb0055ba72cdbd58f6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 13 Jun 2024 10:22:15 +0200

Fix example

Diffstat:
Mconfig.example.yaml | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/config.example.yaml b/config.example.yaml @@ -1,4 +1,2 @@ homeserverUrl: "https://matrix.midnightthoughts.space" -accessToken: "" -indexer: - filePath: "./db.msp" -\ No newline at end of file +accessToken: "" +\ No newline at end of file