Matrix

From Jon's Wiki
Revision as of 13:21, 27 November 2020 by Johnno (talk | contribs) (Created page with "The IRC of the future! == Installing for a domain == Create a 'matrix' subdomain A record for the domain, e.g. matrix.example.com then add a .well-known to https://example.c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The IRC of the future!

Installing for a domain

Create a 'matrix' subdomain A record for the domain, e.g. matrix.example.com then add a .well-known to https://example.com/.well-known/matrix/server that returns MIME type application/json with the following:

{
  "m.server": "matrix.example.com:443"
}


See: https://matrix.org/docs/guides/installing-synapse