Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerollmops/meilisearch2pushover
A small HTTP server to serve as a Meilisearch webhook, which will notify task statuses via Pushover
https://github.com/kerollmops/meilisearch2pushover
meilisearch pushover webhook
Last synced: 20 days ago
JSON representation
A small HTTP server to serve as a Meilisearch webhook, which will notify task statuses via Pushover
- Host: GitHub
- URL: https://github.com/kerollmops/meilisearch2pushover
- Owner: Kerollmops
- License: mit
- Created: 2024-03-16T14:54:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T14:14:19.000Z (10 months ago)
- Last Synced: 2025-01-02T20:57:58.943Z (21 days ago)
- Topics: meilisearch, pushover, webhook
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meilisearch2Pushover
A small HTTP server to serve as a [Meilisearch webhook](https://www.meilisearch.com/docs/learn/async/task_webhook), which will notify task statuses via [Pushover](https://pushover.net).
## Usage
```bash
export PUSHOVER_USER=your-pushover-user-key
export PUSHOVER_TOKEN=your-pushover-app-token
cargo run --release
```