From b44587c6d354afc808d826e687c7c2531bbed543 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Fri, 2 May 2025 22:07:41 -0400 Subject: [PATCH] Adding matrix well-known data --- functions/_headers | 3 +++ public/.well-known/matrix/client | 5 +++++ public/.well-known/matrix/server | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 functions/_headers create mode 100644 public/.well-known/matrix/client create mode 100644 public/.well-known/matrix/server diff --git a/functions/_headers b/functions/_headers new file mode 100644 index 0000000..e822888 --- /dev/null +++ b/functions/_headers @@ -0,0 +1,3 @@ +/.well-known/matrix/* + Content-Type: application/json + Access-Control-Allow-Origin: * \ No newline at end of file diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client new file mode 100644 index 0000000..f292254 --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.hack13.me:8448" + } +} \ No newline at end of file diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server new file mode 100644 index 0000000..c0737ca --- /dev/null +++ b/public/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.hack13.me:8448" +} \ No newline at end of file