mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-08 21:28:16 -05:00
Signal alerter via signal-rest-api #1273
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 @Dinth on GitHub (Jul 10, 2025).
Hi. Signal notifications in alerter should be really easy to achieve, as its basically a GET request to a signal-rest-api server: https://github.com/bbernhard/signal-cli-rest-api. The signal rest api is actually quite well known, supported by Home Assistant and Uptime Kuma, and actively maintained.