ソースを参照

Adjust email2matrix docs with regard to the homeserver container URL

`matrix_homeserver_container_url` is potentially wrong in certain
scenarios (going through `matrix-homeserver-proxy`).
pull/3093/head
Slavi Pantaleev 2年前
コミット
f6fa395c88
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      docs/configuring-playbook-email2matrix.md

+ 1
- 1
docs/configuring-playbook-email2matrix.md ファイルの表示

@@ -70,6 +70,6 @@ matrix_email2matrix_matrix_mappings:
SkipMarkdown: true
```

You can also set `MatrixHomeserverUrl` to the container URL where your homeserver's Client-Server API lives by using the `{{ matrix_homeserver_container_url }}` variable, instead of the public `https://matrix.DOMAIN` endpoint.
You can also set `MatrixHomeserverUrl` to the container URL where your homeserver's Client-Server API lives by using the `{{ matrix_addons_homeserver_client_api_url }}` variable, instead of the public `https://matrix.DOMAIN` endpoint.

Re-run the playbook (`--tags=setup-email2matrix,start`) and try sending an email to `my-mailbox@matrix.DOMAIN`.

読み込み中…
キャンセル
保存