generated from lucas/rust-template
A daemon to collect notifications from various places and forward them to Ntfy
GitHub expects a 'Last-Modified' header, and honoring an 'X-Poll-Interval' header for their notifications endpoint. Other services might also have certain limitations that require customizing every API query individually. Since that's not possible if API tasks are configured once and run off of an interval, this reworks them so that the config needs to trigger every query individually. A `delay` parameter allows re-creating the same intervals that were possible before. This also moves the configuration for Ntfy to the Lua file. |
||
---|---|---|
src | ||
.gitignore | ||
.renovaterc | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Ntfy Collector
A daemon to collect notifications from various places and forward them to Ntfy.