From c46f343e379cd4b37a3dc5dd3755036ba0c07a00 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 16 Jan 2020 21:54:35 +0100 Subject: [PATCH 1/3] Update HOMEASSISTANT.md --- doc/HOMEASSISTANT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md index c3f0383..898f56c 100644 --- a/doc/HOMEASSISTANT.md +++ b/doc/HOMEASSISTANT.md @@ -45,3 +45,6 @@ After you've sent the registration request, you will receive a token via SMS for e.g: ```curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+431212131491291/verify/123-456'``` + +# Troubleshooting +In case you've problems getting the `signal-cli-rest-api` container to run, have a look [here](TROUBLESHOOTING.md) From 916076b617e93b36be88f30495a9211f9bc5e02d Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 16 Jan 2020 21:55:09 +0100 Subject: [PATCH 2/3] Update HOMEASSISTANT.md --- doc/HOMEASSISTANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md index 898f56c..071085c 100644 --- a/doc/HOMEASSISTANT.md +++ b/doc/HOMEASSISTANT.md @@ -47,4 +47,4 @@ e.g: ```curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+431212131491291/verify/123-456'``` # Troubleshooting -In case you've problems getting the `signal-cli-rest-api` container to run, have a look [here](TROUBLESHOOTING.md) +In case you've problems with the `signal-cli-rest-api` container, have a look [here](TROUBLESHOOTING.md) From 4df9e26258cc467bb5d1d8a1cfaa8a13864b6689 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 16 Jan 2020 21:56:40 +0100 Subject: [PATCH 3/3] Update TROUBLESHOOTING.md --- doc/TROUBLESHOOTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TROUBLESHOOTING.md b/doc/TROUBLESHOOTING.md index ec227c6..05f1959 100644 --- a/doc/TROUBLESHOOTING.md +++ b/doc/TROUBLESHOOTING.md @@ -1,3 +1,3 @@ -# The signal-cli-rest-api docker container won't start +## The signal-cli-rest-api docker container won't start (signal_messenger_signal-cli-rest-api_1 exited with code 0) -If your docker container stops with `signal_messenger_signal-cli-rest-api_1 exited with code 0`, make sure that the host port isn't already occupied by another process (see #2). +If your docker container stops with `signal_messenger_signal-cli-rest-api_1 exited with code 0`, make sure that the host port isn't already occupied by another process (see [here](https://github.com/bbernhard/signal-cli-rest-api/issues/2)).