From 5c00ce1892202945ee45a6f3b294c3b5ac27ba32 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Tue, 20 Feb 2024 11:06:41 +0000 Subject: [PATCH] Setup matrix federation chores --- markdown/.well-known/matrix/client | 5 +++++ markdown/.well-known/matrix/server | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 markdown/.well-known/matrix/client create mode 100644 markdown/.well-known/matrix/server diff --git a/markdown/.well-known/matrix/client b/markdown/.well-known/matrix/client new file mode 100644 index 0000000..aec7a91 --- /dev/null +++ b/markdown/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.andreijiroh.xyz" + } +} \ No newline at end of file diff --git a/markdown/.well-known/matrix/server b/markdown/.well-known/matrix/server new file mode 100644 index 0000000..36317f5 --- /dev/null +++ b/markdown/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.andreijiroh.xyz:443" +} \ No newline at end of file