A simple search server for Ghost, using Typesense engine.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Damillora 14d04c649f Add total to search API 2 years ago
pkg Add total to search API 2 years ago
.gitignore Initial commit 2 years ago
Dockerfile Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
go.mod Initial commit 2 years ago
go.sum Initial commit 2 years ago
main.go Initial commit 2 years ago

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