| Crates.io | signal-gateway |
| lib.rs | signal-gateway |
| version | 0.1.0 |
| created_at | 2025-12-18 22:42:24.213504+00 |
| updated_at | 2025-12-18 22:42:24.213504+00 |
| description | Gateway service for Signal messaging with AI assistant integration |
| homepage | |
| repository | https://github.com/cbeck88/signal-gateway |
| max_upload_size | |
| id | 1993712 |
| size | 248,033 |
The signal-gateway library provides the Gateway struct which provides the core
of the gateway functionality. (See https://github.com/cbeck88/signal-gateway main README)
signal-cli in response to logs or prometheus alerts which are
passed to itsignal-cli, authenticates them as coming from admins,
and handles the messages appropriately
signal-gateway-assistant)The GatewayConfig struct and GatewayBuilder are the main means of configuring it.
Note that Gateway doesn't listen on any ports. Any endpoints
for log ingest etc. need to be configured outside the gateway. See signal-gateway-bin for an example.