From eb12598123dacce9345b3985eff43ec525c1b38d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 28 Apr 2024 13:35:24 +0000 Subject: updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d4774d..891d6a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # sms-webhook -sms webhook + +A simple sms webhook with plain authentication to get the SMS you receive on your android phone on IRC.
+I have a made blogpost about it [here](https://blog.terminaldweller.com/posts/how_to_get_your_sms_on_irc).
+ +For IRC bot supports SASL plain authentication.
+The webhook endpoint itself supports HTTP basic authentication.
+The webhook has [pocketbase](https://github.com/pocketbase/pocketbase) integrated so you can use that to create new users.
+ +Last but not least, you will need a forwarding agent that actually sends the SMS you get on your android device to the webhook endpoint.
+Currently [this](https://github.com/bogkonstantin/android_income_sms_gateway_webhook) is what I'm using to forwars my SMS to the webhook. Also make sure the app settings on android are changed accordingly because the forwarder needs to run in the background so make sure android does not battery-optimize it out of existence.
-- cgit v1.2.3