mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
[feature request] Alert Telegram support #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ar3thien on GitHub (Jan 7, 2025).
Hello
Can you please add telegram support to be able to send telegram notifications/alerts?
Thanks
@tracure1337 commented on GitHub (Jan 13, 2025):
I'd suggest to incorporate ntfy and have users then use whatever they want.
@mbecker20 commented on GitHub (Jan 13, 2025):
Check out @FoxxMD Alerter for Ntfy: https://github.com/FoxxMD/deploy-ntfy-alerter
@FoxxMD commented on GitHub (Jan 13, 2025):
For telegram, the apprise alerter with a telegram URL could also be used.
After setting up apprise, the telegram provider, and the apprise alerter the stateless url in the alerter would be like
@FoxxMD commented on GitHub (Jan 13, 2025):
@ar3thien Just FYI I've updated the apprise alerter so that it will push markdown-formatted messages if configured to do so via ENV with
MARKDOWN=true@mattsmallman commented on GitHub (Apr 1, 2025):
I had the same issue and spun up this Cloudflare worker to forward alerts to telegram from a custom alerter.
https://github.com/mattsmallman/komodo-alert-to-telgram
@lordraiden commented on GitHub (May 17, 2025):
Despite the options I guess it would be easy to add telegram support
for example simply by launching a script
@SashaBusinaro commented on GitHub (Jul 3, 2025):
I’d also find this useful!
In the meantime, I’ve created a simple Docker container to bridge Komodo alerts to a Telegram bot:
https://github.com/SashaBusinaro/komodo-telegram-alerter