tweak diagram

This commit is contained in:
Daniel Spisak 2026-06-08 03:52:55 -07:00
parent a19513b635
commit de1fd27c56

View File

@ -36,20 +36,18 @@ It supports individual direct messages, Signal group broadcasts, file attachment
│ │ --signal │ │ --sms │ │ │ │ --signal │ │ --sms │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ POST to │ │ Call `imsg send` CLI │ │ │ │ POST to │ │ Call `imsg send` CLI │ │
│ │ Signal REST │ │ (macOS Messages) │ │ │ │ Signal REST │ │ │ │
│ │ API │ │ │ │ │ │ API │ │ │ │
│ └──────┬───────┘ └─────────────────────────┘ │ │ └──────┬───────┘ └─────────────────────────┘ │
│ │ │ │ │ │ │ │
│ ▼ ▼ │ │ ▼ │ │
│ ┌──────────────────────────────────────────────────┐ │ │ (Docker) ▼ │
│ │ signal-cli-rest-api (Docker) │ │ │ ┌───────────────────────┐ ┌─────────────────────┐ │
│ │ http://localhost:8080 (or SIGNAL_REST_URL) │ │ │ │ signal-cli-rest-api │ │ │ │
│ └──────────────────────────────────────────────────┘ │ │ │ http://localhost:8080 │ │ macOS Messages │ │
│ │ (or SIGNAL_REST_URL) │ │ │ │
│ └───────────────────────┘ └─────────────────────┘ │
│ │ │ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ Docker Container │ │
│ │ signal-cli-rest-api │ │
│ └──────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────────┘
``` ```