diff --git a/doc/Admin Documentation.md b/doc/Admin Documentation.md index e1ad6b4f..c8b0dcbb 100644 --- a/doc/Admin Documentation.md +++ b/doc/Admin Documentation.md @@ -30,9 +30,16 @@ occ twofactorauth:gateway:configure sms URL: https://www.signal.org/ Stability: Experimental -This gateways allows you to send messages via the Signal protocol. The Signal gateway can be -run as a Docker container. The image for the gateway including setup instructions can be found on -[GitLab](https://gitlab.com/morph027/signal-web-gateway). +This gateways allows you to send messages via the Signal protocol. By +default it tries to use the native HTTP endpoint of +[signal-cli](https://github.com/AsamK/signal-cli) which is available +since [signal-cli 0.11.5](https://github.com/AsamK/signal-cli/blob/master/CHANGELOG.md#0115---2022-11-07). + +If the native HTTP endpoint of signal-cli is not available then it +tries to use the REST service provided by either +[stand-alone Python signal-cli REST API](https://morph027.gitlab.io/python-signal-cli-rest-api) +or +[Docker signal-cli REST API](https://github.com/bbernhard/signal-cli-rest-api) *Note: Signal users are bound to phone numbers. If you already use Signal on your phone, you need a separate number for the gateway's registration.* @@ -43,6 +50,9 @@ Once you've set up the gateway, you can configure this app interactively: occ twofactorauth:gateway:configure signal ``` +You need to speficy the URL where the API provider is listening and +the Signal-account of the sending Signal user. + ### Telegram URL: https://www.telegram.org/ Stability: Unstable