mirror of
https://github.com/taigrr/github-to-signal.git
synced 2026-04-02 11:19:15 -07:00
Set signal_group_id in config to send to a group instead of a DM. Group ID takes priority over signal_recipient when both are set.
18 lines
459 B
TOML
18 lines
459 B
TOML
# GitHub webhook secret (set in your GitHub webhook settings)
|
|
webhook_secret = ""
|
|
|
|
# Address to listen on
|
|
listen_addr = ":9900"
|
|
|
|
# signal-cli JSON-RPC endpoint
|
|
signal_url = "http://127.0.0.1:8080"
|
|
|
|
# signal-cli account (phone number registered with signal-cli)
|
|
signal_account = "+1234567890"
|
|
|
|
# Signal recipient UUID for DM notifications
|
|
signal_recipient = ""
|
|
|
|
# OR: Signal group ID for group notifications (overrides signal_recipient)
|
|
# signal_group_id = ""
|