You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ It does **not** replace or modify the original API — it sits in front of it, a
15
15
The [Signal CLI REST API](https://github.com/bbernhard/signal-cli-rest-api) provides a robust HTTP interface to the Signal Messenger service.
16
16
**Secured Signal API** works as a **reverse proxy**, forwarding approved requests to your existing Signal CLI REST API instance, while managing access and configuration.
17
17
18
-
It’s designed for developers who want to:
18
+
It's designed for developers who want to:
19
19
20
20
-**Restrict** or **log** certain API calls,
21
21
- Enforce **authentication**,
@@ -31,6 +31,7 @@ It’s designed for developers who want to:
31
31
- ⚙️ **Configurable Proxy Behavior** — Define templates and limits via YAML or environment variables.
32
32
- 🧠 **Message Templates** — Use [**variables**](./configuration/variables) and [**placeholders**](./features) to standardize common message formats.
33
33
- 🐳 **Docker-Ready** — Comes packaged for containerized environments, deployable in seconds.
0 commit comments