Commit Graph

6 Commits

Author SHA1 Message Date
fb0252fb7c feat: add group chat support
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.
2026-03-10 23:55:24 +00:00
4d7d86aa5e Update ExecStart with a specific phone number 2026-03-10 19:39:45 -04:00
a41fe92067 Change server_name from ghwebhook.example.com to ghooks.org 2026-03-10 19:38:54 -04:00
d3cca2bb02 feat: add systemd services and nginx config
- signal-cli-bot.service: runs signal-cli daemon on 127.0.0.1:8081
- github-to-signal.service: depends on signal-cli-bot, auto-starts it
- nginx reverse proxy with TLS termination
- README updated with full deployment instructions
2026-03-10 23:35:16 +00:00
9c233dea0b docs: add detailed setup instructions and octocat avatar
Include GitHub octocat PNG in assets/ for Signal bot profile.
README now covers signal-cli profile setup (name: Github PRs,
avatar: octocat), daemon config, webhook config, and env vars.
2026-03-10 23:26:39 +00:00
b73aeaed91 feat: initial github-to-signal webhook server
HTTP server that receives GitHub webhook events and sends formatted
notifications to Signal via signal-cli's JSON-RPC API.

Supported events: push, issues, issue comments, pull requests,
PR reviews, PR review comments, releases, stars, forks, workflow
runs, branch/tag creation, branch/tag deletion.

Uses cbrgm/githubevents for webhook handling and taigrr/signalcli
for Signal delivery. Config via TOML file or GH2SIG_ env vars
(powered by taigrr/jety).
2026-03-10 23:25:54 +00:00