A simple search server for Ghost, using Typesense engine.
go get -v github.com/Damillora/yuriko
Yuriko is configured using environment variables.
TYPESENSE_API_URL
: URL of the Typesense engineTYPESENSE_API_KEY
: API key of Typesense engineWEBHOOK_API_KEY
: API key that will be use to authenticate webhooks
Yuriko accepts publish-time webhooks from Ghost with the endpoint {YURIKO_URL}/api/webhook?key={WEBHOOK_API_KEY}
Yuriko is still in an early stage, however pull requests are welcome!