Add well known back
This commit is contained in:
parent
bff59baa04
commit
07b8d13251
3 changed files with 20 additions and 0 deletions
8
public/.well-known/matrix/client
Normal file
8
public/.well-known/matrix/client
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.henryhiles.com",
|
||||
"org.matrix.msc3575.proxy": {
|
||||
"url": "https://matrix.henryhiles.com"
|
||||
}
|
||||
}
|
||||
}
|
3
public/.well-known/matrix/server
Normal file
3
public/.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.henryhiles.com:443"
|
||||
}
|
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
Reference in a new issue