You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Signal/container mode: add REST API support for bbernhard/signal-cli-rest-api containerized deployments via a unified adapter layer, with automatic mode detection and `channels.signal.apiMode` config. (#10240) Thanks @Hua688.
- A phone number that can receive one verification SMS (for SMS registration path).
16
18
- Browser access for Signal captcha (`signalcaptchas.org`) during registration.
17
19
@@ -177,6 +179,54 @@ If you want to manage `signal-cli` yourself (slow JVM cold starts, container ini
177
179
178
180
This skips auto-spawn and the startup wait inside OpenClaw. For slow starts when auto-spawning, set `channels.signal.startupTimeoutMs`.
179
181
182
+
## Container mode (bbernhard/signal-cli-rest-api)
183
+
184
+
Instead of running `signal-cli` natively, you can use the [bbernhard/signal-cli-rest-api](https://github.com/bbernhard/signal-cli-rest-api) Docker container. This wraps `signal-cli` behind a REST API and WebSocket interface.
185
+
186
+
Requirements:
187
+
188
+
- The container **must** run with `MODE=json-rpc` for real-time message receiving.
189
+
- Register or link your Signal account inside the container before connecting OpenClaw.
0 commit comments