Add matrix well known
This commit is contained in:
parent
5d07b78ea1
commit
7aef017044
3 changed files with 18 additions and 0 deletions
3
public/.well-known/matrix/client
Normal file
3
public/.well-known/matrix/client
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.henryhiles.com:443"
|
||||
}
|
6
public/.well-known/matrix/server
Normal file
6
public/.well-known/matrix/server
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.henryhiles.com",
|
||||
"org.matrix.msc3575.proxy": "https://matrix.henryhiles.com"
|
||||
}
|
||||
}
|
9
public/.well-known/matrix/support
Normal file
9
public/.well-known/matrix/support
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"contacts": [
|
||||
{
|
||||
"matrix_id": "@quadradical:henryhiles.com",
|
||||
"email_address": "henry@henryhiles.com",
|
||||
"role": "m.role.admin"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue