mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Merge pull request #443 from jessebot/patch-1
Update Landing.md - add info on how to use `extra_well_known_client_content` in `homeserver.yaml`
This commit is contained in:
commit
837163f7f8
@ -4,12 +4,18 @@ Welcome intrepid Matrix explorer. You've landed on this page because you're tryi
|
|||||||
|
|
||||||
- Configure Postgres and install a sliding sync proxy as described in the [docs](https://github.com/matrix-org/sliding-sync).
|
- Configure Postgres and install a sliding sync proxy as described in the [docs](https://github.com/matrix-org/sliding-sync).
|
||||||
- Advertise the proxy by configuring an [`org.matrix.msc3575.proxy`](https://github.com/matrix-org/matrix-spec-proposals/blob/kegan/sync-v3/proposals/3575-sync.md#unstable-prefix) property in the server's `/.well-known/matrix/client` config:
|
- Advertise the proxy by configuring an [`org.matrix.msc3575.proxy`](https://github.com/matrix-org/matrix-spec-proposals/blob/kegan/sync-v3/proposals/3575-sync.md#unstable-prefix) property in the server's `/.well-known/matrix/client` config:
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"org.matrix.msc3575.proxy": {
|
"org.matrix.msc3575.proxy": {
|
||||||
"url": "https://slidingsync.proxy.url.here"
|
"url": "https://slidingsync.proxy.url.here"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
You can do this by adding the following to your homeserver.yaml:
|
||||||
|
```yaml
|
||||||
|
extra_well_known_client_content:
|
||||||
|
"org.matrix.msc3575.proxy":
|
||||||
|
"url": "https://slidingsync.proxy.url.here"
|
||||||
|
```
|
||||||
|
|
||||||
Once these steps are complete you will be able to continue on your journey of exploring the very latest that Matrix has to offer!
|
Once these steps are complete you will be able to continue on your journey of exploring the very latest that Matrix has to offer!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user