From dc7d504acafe4c4ca1feadc94f109d182a3c30f3 Mon Sep 17 00:00:00 2001 From: Islandman93 Date: Sat, 28 Mar 2026 17:28:57 -0400 Subject: [PATCH] Remove incorrect docker alternative for signal-cli (#3545) Removed docker alternative for signal-cli-rest-api from the documentation. It does not support the raw signal-cli http daemon. See https://github.com/bbernhard/signal-cli-rest-api/issues/720 --- website/docs/user-guide/messaging/signal.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/website/docs/user-guide/messaging/signal.md b/website/docs/user-guide/messaging/signal.md index ceebc3515..d47b7ca03 100644 --- a/website/docs/user-guide/messaging/signal.md +++ b/website/docs/user-guide/messaging/signal.md @@ -36,22 +36,6 @@ brew install signal-cli # Extract and add to PATH ``` -### Alternative: Docker (signal-cli-rest-api) - -If you prefer Docker, use the [signal-cli-rest-api](https://github.com/bbernhard/signal-cli-rest-api) container: - -```bash -docker run -d --name signal-cli \ - -p 8080:8080 \ - -v $HOME/.local/share/signal-cli:/home/.local/share/signal-cli \ - -e MODE=json-rpc \ - bbernhard/signal-cli-rest-api -``` - -:::tip -Use `MODE=json-rpc` for best performance. The `normal` mode spawns a JVM per request and is much slower. -::: - --- ## Step 1: Link Your Signal Account