mirror of
https://github.com/Damillora/Yuriko.git
synced 2024-11-22 09:37:31 +00:00
28 lines
654 B
Markdown
28 lines
654 B
Markdown
|
# Yuriko
|
||
|
|
||
|
A simple search server for Ghost, using Typesense engine.
|
||
|
|
||
|
## Installation.
|
||
|
|
||
|
```bash
|
||
|
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](https://choosealicense.com/licenses/mit/)
|