From 7aef0170443e47c8a99905f5577adcf04c7023b1 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 23 Mar 2025 13:24:38 -0400 Subject: [PATCH] Add matrix well known --- public/.well-known/matrix/client | 3 +++ public/.well-known/matrix/server | 6 ++++++ public/.well-known/matrix/support | 9 +++++++++ 3 files changed, 18 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..3e6ac2a --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.henryhiles.com:443" +} diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server new file mode 100644 index 0000000..dce6da5 --- /dev/null +++ b/public/.well-known/matrix/server @@ -0,0 +1,6 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.henryhiles.com", + "org.matrix.msc3575.proxy": "https://matrix.henryhiles.com" + } +} 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" + } + ] +}