mirror of https://github.com/Damillora/Yuriko
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.
|
2 years ago | |
---|---|---|
pkg | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 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 engineTYPESENSE_API_KEY
: API key of Typesense engineWEBHOOK_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!