signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Dockerized Signal Messenger REST API

Results 172 signal-cli-rest-api issues
Sort by recently updated
recently updated
newest added

### The problem Downloaded api yesterday. Docker started with next command: sudo docker run -d --name signal-api-latest --restart=always -p 55554:8080 \ -v "$HOME/.local/share/signal-api:/home/.local/share/signal-cli" \ -e 'MODE=native' bbernhard/signal-cli-rest-api Used GET groups...

### The problem The container logs are always in UTC and don't honor any of the configured timezone settings. I've tried using the TZ environment variable and also passing in...