A simple search server for Ghost, using Typesense engine.
Go to file
Damillora d0b93e28ad Use default sort by criterias for now 2021-05-07 19:55:37 +07:00
pkg Use default sort by criterias for now 2021-05-07 19:55:37 +07:00
.gitignore Initial commit 2021-05-07 19:46:41 +07:00
Dockerfile Initial commit 2021-05-07 19:46:41 +07:00
LICENSE Initial commit 2021-05-07 19:46:41 +07:00
README.md Initial commit 2021-05-07 19:46:41 +07:00
go.mod Initial commit 2021-05-07 19:46:41 +07:00
go.sum Initial commit 2021-05-07 19:46:41 +07:00
main.go Initial commit 2021-05-07 19:46:41 +07:00

README.md

Yuriko

A simple search server for Ghost, using Typesense engine.

Installation.

go get -v github.com/Damillora/yuriko

Configuration

Yuriko is configured using environment variables.

  • TYPESENSE_API_URL: URL of the Typesense engine
  • TYPESENSE_API_KEY: API key of Typesense engine
  • WEBHOOK_API_KEY: API key that will be use to authenticate webhooks

Usage

Yuriko accepts publish-time webhooks from Ghost with the endpoint {YURIKO_URL}/api/webhook?key={WEBHOOK_API_KEY}

Contributing

Yuriko is still in an early stage, however pull requests are welcome!

License

MIT