Commit graph

5 commits

Author SHA1 Message Date
bd14b3c731 Add support for external sender
All checks were successful
continuous-integration/drone/push Build is passing
This commit allows using an external unix exporter to send the messages
instead of directly sending the messages to Telegram
2023-03-12 14:12:48 +01:00
51bc7cb3a0 Use logrus to handle logs
All checks were successful
continuous-integration/drone/push Build is passing
This commit adds the logrus module, and improves logs handling for the
entire program. Error logs are better displayed, and the log level can
be set from the configuration file.
2023-02-04 18:15:22 +01:00
34b3156d64 Add Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
This commit adds a first working Dockerfile for this program, as well as
instructions on how to use it. This will need more detailing in the
future, but this will do for now.
2023-01-28 15:11:36 +01:00
0e1f5f15de Write initial README file 2023-01-05 18:51:39 +01:00
0211a6e4af Initial commit 2023-01-05 09:49:25 +01:00