Skip to content

Commit 1a6a817

Browse files
committed
docs: replace old env var names
1 parent f7b4d9a commit 1a6a817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ systemctl --user restart synapse
8080

8181
Start the matrix2acrobits container:
8282
```
83-
podman run -d --rm --replace --name matrix2acrobits --network host -e LOGLEVEL=debug -e MATRIX_HOMESERVER_URL=https://synapse.gs.nethserver.net -e SUPER_ADMIN_TOKEN=secret -e PROXY_PORT=8080 -e AS_USER_ID=@_acrobits_proxy:synapse.gs.nethserver.net -e PROXY_URL=https://synapse.gs.nethserver.net/ -e EXT_AUTH_URL=https://voice.gs.nethserver.net/freepbx/rest/testextauth ghcr.io/nethesis/matrix2acrobits
83+
podman run -d --rm --replace --name matrix2acrobits --network host -e LOGLEVEL=debug -e MATRIX_HOMESERVER_URL=https://synapse.gs.nethserver.net -e MATRIX_AS_TOKEN=secret -e PROXY_PORT=8080 -e AS_USER_ID=@_acrobits_proxy:synapse.gs.nethserver.net -e PROXY_URL=https://synapse.gs.nethserver.net/ -e EXT_AUTH_URL=https://voice.gs.nethserver.net/freepbx/rest/testextauth ghcr.io/nethesis/matrix2acrobits
8484
```
8585

8686
Configure traefik to route /m2a to the proxy:

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ cd test
3131
Notes
3232
-----
3333
- `test.sh` uses `podman run` to start the `matrixdotorg/synapse:latest` container on port `8008`.
34-
- `test.sh` expects `test/test.env` to provide `SUPER_ADMIN_TOKEN`, `USER1`, `USER1_PASSWORD`, `USER2`, `USER2_PASSWORD`.
34+
- `test.sh` expects `test/test.env` to provide `MATRIX_AS_TOKEN`, `USER1`, `USER1_PASSWORD`, `USER2`, `USER2_PASSWORD`.
3535
- `test/homeserver.yaml` has been simplified and no longer contains OIDC/Dex configuration; it is standalone for local testing.

0 commit comments

Comments
 (0)