blob: 054bde3153727877e1599e950ea63c7e82abb016 [file] [log] [blame]
Serge Bazanskiec7e0a92020-11-05 20:47:01 +01001matrix well-known server
2========================
3
4This is a small service that runs alongside a Matrix Synapse in order to direct traffic to it via .well-known/matrix/*.
5
6We currently satisfy two URLs formats:
7
8 - .well-known/matrix/client: [as per the client-server spec](https://matrix.org/docs/spec/client_server/latest#well-known-uri), ie. m.homeserver set.
9 - .well-known/matrix/server: [as per the federation spec](https://matrix.org/docs/spec/server_server/latest#get-well-known-matrix-server), ie. m.server set
10
11Usage
12-----
13
14This is automatically ran as part of the kubernetes machinery for Synapse. See //app/matrix/lib/matrix.libsonnet for more information.