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

config.example.yaml (165B)


      1 homeserverUrl: "https://matrix.midnightthoughts.space"
      2 accessToken: ""
      3 deviceID: "ABCDEFGHIJKL"
      4 meilisearch:
      5   host: "http://localhost:7700"
      6   masterKey: "masterKey"