1
Fork 0
generated from lucas/rust-template
Code Issues 1 Pull requests 9 Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List
A daemon to collect notifications from various places and forward them to Ntfy
Find a file
Lucas Schwiderski 18efbb0957
Catch failing worker threads
Previously if one of the threads other than the server failed,
it would log the error but continue to run in a broken state.
So instead this makes sure than if any thread finishes the whole
application stops.
Since all worker threads should always wait indefinitely for more work,
this should only happen if one of them bails on an error.
2024-09-24 11:48:15 +02:00
src Catch failing worker threads 2024-09-24 11:48:15 +02:00
.dockerignore Add Dockerfile 2024-09-20 10:31:19 +02:00
.gitignore Expose logging functions to Lua 2024-09-19 13:52:36 +02:00
.renovaterc Initial commit 2024-09-05 14:36:46 +00:00
Cargo.lock Use Rustls for TLS 2024-09-20 10:28:08 +02:00
Cargo.toml Add Dockerfile 2024-09-20 10:31:19 +02:00
Dockerfile Add Dockerfile 2024-09-20 10:31:19 +02:00
LICENSE Initial commit 2024-09-05 14:36:46 +00:00
README.md Implement initial boilerplate 2024-09-17 13:49:27 +02:00
rustfmt.toml Initial commit 2024-09-05 14:36:46 +00:00

Ntfy Collector

A daemon to collect notifications from various places and forward them to Ntfy.