From 07b8d13251df8b0270b92a6198a665ebb7eb7d42 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 31 Mar 2025 13:15:54 -0400 Subject: [PATCH] Add well known back --- public/.well-known/matrix/client | 8 ++++++++ public/.well-known/matrix/server | 3 +++ public/.well-known/matrix/support | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 public/.well-known/matrix/client create mode 100644 public/.well-known/matrix/server create mode 100644 public/.well-known/matrix/support diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client new file mode 100644 index 0000000..2a5154e --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,8 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.henryhiles.com", + "org.matrix.msc3575.proxy": { + "url": "https://matrix.henryhiles.com" + } + } +} diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server new file mode 100644 index 0000000..3e6ac2a --- /dev/null +++ b/public/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.henryhiles.com:443" +} diff --git a/public/.well-known/matrix/support b/public/.well-known/matrix/support new file mode 100644 index 0000000..7f0d927 --- /dev/null +++ b/public/.well-known/matrix/support @@ -0,0 +1,9 @@ +{ + "contacts": [ + { + "matrix_id": "@quadradical:henryhiles.com", + "email_address": "henry@henryhiles.com", + "role": "m.role.admin" + } + ] +}