semaphoreui / semaphore

Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
https://semaphoreui.com
MIT License
10.43k stars 1.05k forks source link

enhancement: add signal for messages #1773

Open peedy2495 opened 7 months ago

peedy2495 commented 7 months ago

I'm a great fan of signal and never used telegram.

For this type of messaging there exists already a awesome project: AsamK/signal-cli Y're able, to add new devices via qr-code, too. In bash: sudo signal-cli link -n "optional device name" | tee >(xargs -L 1 qrencode -t utf8)

Adding this enhancement would be gorgeous.

tboerger commented 7 months ago

IMHO out should only support alert methods that can get implemented within the go service without the need to shell out some command, but these are just my 2 cents.