File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The [Signal CLI REST API](https://github.com/bbernhard/signal-cli-rest-api) prov
1818It’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
4242flowchart 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```
You can’t perform that action at this time.
0 commit comments