Commit Graph

23 Commits

Author SHA1 Message Date
d4731dc179 Merge pull request #2 from taigrr/cd/ci-workflow
ci: add test/lint workflow and private module auth
v0.1.1
2026-03-11 17:54:58 -04:00
138075a205 ci: remove private module workarounds (signalcli is public now) 2026-03-11 21:54:45 +00:00
e64fff9e99 ci: add CI workflow (tests, goimports, staticcheck, build) and fix release auth 2026-03-11 21:53:35 +00:00
7779280840 ci: add test/lint workflow and private module auth 2026-03-11 21:53:00 +00:00
ff70d048db Merge pull request #1 from taigrr/cd/goreleaser
build: add GoReleaser Pro config and release workflow
v0.1.0
2026-03-11 17:50:57 -04:00
913d860080 Merge branch 'master' into cd/goreleaser 2026-03-11 17:50:48 -04:00
da0d314116 build: add GoReleaser Pro config and release workflow 2026-03-11 21:49:13 +00:00
6432874a88 Add GitHub Sponsors username to FUNDING.yml 2026-03-11 17:47:20 -04:00
ec5d11eabb update certbot 2026-03-10 23:27:52 -04:00
138217a327 Update signal-cli HTTP port in README 2026-03-10 23:27:32 -04:00
cf5e8fe6d4 Update signal URL and account in config example 2026-03-10 23:25:46 -04:00
6204f08342 update example docs
update nginx config
2026-03-10 23:23:02 -04:00
19a7b31dea feat: add event type and action filtering
Configure which events to forward via comma-separated 'events' config.
Supports event-level ('push', 'pull_request') or event:action-level
('pull_request:opened', 'issues:closed') filtering.

Empty/omitted = forward everything (backwards compatible).
2026-03-10 23:19:38 -04:00
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
de41424a70 feat: add event type and action filtering
Configure which events to forward via comma-separated 'events' config.
Supports event-level ('push', 'pull_request') or event:action-level
('pull_request:opened', 'issues:closed') filtering.

Empty/omitted = forward everything (backwards compatible).
2026-03-11 02:04:30 +00:00
9b2bb1917c 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-11 00:09:35 +00:00
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