From 6b3e98a8c3c1b2abae85861523df528f9c34cc47 Mon Sep 17 00:00:00 2001 From: gitlimes Date: Sun, 7 Jan 2024 22:58:25 +0100 Subject: [PATCH] feat: matrix wellknown thanks steffo Co-Authored-By: Steffo <41108856+steffospieler@users.noreply.github.com> --- public/.well-known/matrix/client | 8 ++++++++ public/.well-known/matrix/server | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 public/.well-known/matrix/client create mode 100644 public/.well-known/matrix/server diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client new file mode 100644 index 0000000..2b532e7 --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,8 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.limes.pink" + }, + "org.matrix.msc3575.proxy": { + "url": "https://ssync-matrix.limes.pink" + } +} \ 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..bd22294 --- /dev/null +++ b/public/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.limes.pink:443" +} \ No newline at end of file