Add matrix well known

This commit is contained in:
Henry Hiles 2025-03-23 13:24:38 -04:00
parent 5d07b78ea1
commit 7aef017044
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
"m.server": "matrix.henryhiles.com:443"
}

View file

@ -0,0 +1,6 @@
{
"m.homeserver": {
"base_url": "https://matrix.henryhiles.com",
"org.matrix.msc3575.proxy": "https://matrix.henryhiles.com"
}
}

View file

@ -0,0 +1,9 @@
{
"contacts": [
{
"matrix_id": "@quadradical:henryhiles.com",
"email_address": "henry@henryhiles.com",
"role": "m.role.admin"
}
]
}