Skip to content

Commit 71a630e

Browse files
Update docs/
1 parent af22d87 commit 71a630e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [Signal CLI REST API](https://github.com/bbernhard/signal-cli-rest-api) prov
1818
It’s designed for developers who want to:
1919

2020
- **Restrict** or **log** certain API calls,
21-
- Enforce **authentication** or rate limiting,
21+
- Enforce **authentication**,
2222
- Add **templating** or **request preprocessing**,
2323
- And deploy everything neatly via **Docker**.
2424

@@ -40,7 +40,8 @@ Secured Signal API acts purely as a **gateway** — it never bypasses or replace
4040

4141
```mermaid
4242
flowchart LR
43-
Client[Your App / Script] -->|HTTPS| SecuredProxy[Secured Signal API]
43+
Client[Your App / Script] -->|HTTP| TLSReverseProxy[TLS-enabled Reverse Proxy]
44+
TLSReverseProxy -->|HTTPS| SecuredProxy[Secured Signal API]
4445
SecuredProxy -->|Forwarded Request| SignalAPI[Signal CLI REST API]
4546
SignalAPI -->|Encrypted Signal Network| SignalNetwork[Signal Servers]
4647
```

0 commit comments

Comments
 (0)