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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Matrix to Acrobits Proxy
2
2
3
-
This service acts as a proxy between an Acrobits softphone client and a Matrix homeserver, allowing users to send and receive Matrix messages through an SMS-like interface.
3
+
This service acts as a proxy between an Acrobits softphone client and a Matrix homeserver, allowing users to send and receive Matrix messages through an -like interface.
4
4
5
5
The proxy is written in Go and uses the following key technologies:
6
6
-**Web Framework**: `github.com/labstack/echo/v4`
@@ -17,7 +17,7 @@ The proxy is configured via environment variables. Minimal required env:
17
17
-`PROXY_PORT` (optional): port to listen on (default: `8080`)
18
18
-`AS_USER_ID` (optional): the user ID of the Application Service bot (default: `@_acrobits_proxy:matrix.example`)
-`MAPPING_FILE` (optional): path to a JSON file containing SMS-to-Matrix mappings to load at startup
20
+
-`MAPPING_FILE` (optional): path to a JSON file containing -to-Matrix mappings to load at startup
21
21
-`PUSH_TOKEN_DB_PATH` (optional): path to a database file for storing push tokens
22
22
23
23
Building and running
@@ -48,7 +48,7 @@ For debugging mapping and API issues, set `LOGLEVEL=DEBUG` to see detailed trace
48
48
49
49
### Loading Mappings from File
50
50
51
-
You can pre-load SMS-to-Matrix mappings at startup by providing a `MAPPING_FILE` environment variable pointing to a JSON file. This is useful for initializing the proxy with a set of known mappings.
51
+
You can pre-load -to-Matrix mappings at startup by providing a `MAPPING_FILE` environment variable pointing to a JSON file. This is useful for initializing the proxy with a set of known mappings.
52
52
53
53
See `docs/example-mappings.json` for an example format.
0 commit comments