Commit Graph

5 Commits

Author SHA1 Message Date
b5ca99ad9a fix: use default.target for user systemd units
User units don't have multi-user.target. Also removed User/Group
and hardening directives that don't apply to user services.
2026-03-10 23:19:38 -04:00
e5410a5d11 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:19:37 -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