signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Dockerized Signal Messenger REST API
### The problem Due to the error "Captcha required for verification..." I started to register as described here https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/HOMEASSISTANT.md#trouble-shooting-a-captcha-is-required with captcha. When I do that i receive "Invalid captcha given."....
### The problem When I try to add a phone number that I manage via signal-cli-rest-api to a group from an external device, the message "XXX cannot be automatically added...
### The problem I received the verification code. Upon calling the verify link with the phone number and verification code I get: {"error":"Verify error: StatusCode: 404\n"} Any hints or ideas?...
### The problem Get {"error":"Failed to register: StatusCode: 429 (RegistrationRetryException)\n" when trying to register number with captcha. ### Are you using the latest released version? - [X] Yes ### Have...
### The problem I've set up my local signal-cli using docker with this command `$ sudo docker run -d --name signal-api --restart=always -p 8080:8080 \ -v $HOME/.local/share/signal-cli:/home/.local/share/signal-cli \ -e 'MODE=native'...
### Feature Request Signal-cli is offering the command parameters for link preview via `--preview-url, --preview-title, --preview-description, --preview-image`. It would be awesome to to add these to the json params of...
fixes bbernhard/signal-cli-rest-api#490
### The problem Changed `trust_mode` via endpoint `[POST] /v1/configuration/{number}/settings` (set "trust_mode": "always"). Command: `curl -X POST -H "Content-Type: application/json" 'http://localhost:8080/v2/send' -d '{"message": "Test message", "number": "SENDER", "recipients": [ "RECIPIENT" ]}'`...
### Feature Request As an administrator I want to be be able to start this container unprivileged. ### Current situation the `entrypoint.sh` script is - trying to chown the SIGNAL_CLI_CONFIG_DIR...
### Feature Request Is it possible to verify that a specific message has been delivered or read by the recipient? If not, I would like to report such functionality ```...