From 1fe3f0e1e7ffadca111964788e8e0613db7d88cb Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 6 Mar 2023 21:21:23 +0000 Subject: [PATCH] Fix broken matrix.org links --- content/posts/worst-first-build-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/worst-first-build-6.md b/content/posts/worst-first-build-6.md index 04cb5c2..36d8bd7 100644 --- a/content/posts/worst-first-build-6.md +++ b/content/posts/worst-first-build-6.md @@ -21,7 +21,7 @@ Next! My next challenge was to set up Nextcloud. Fortunately, ArchWiki has a [ni Anyways, my biggest challenges still lied ahead. Matrix. -[Matrix](matrix.org/) is a great protocol. There's a nice [public homeserver](matrix.org/) that you can try and get your friends to sign up for. But still, it's public and owned by someone else. Plus, you can't run some bridges with it. So, that left me with the seemingly easy task of setting up my own homeserver. +[Matrix](https://matrix.org/) is a great protocol. There's a nice [public homeserver](https://matrix.org/) that you can try and get your friends to sign up for. But still, it's public and owned by someone else. Plus, you can't run some bridges with it. So, that left me with the seemingly easy task of setting up my own homeserver. Way easier said than done. Installing the reference homeserver, Synapse, is straight up hellish. The ArchWiki was marginally helpful. The official documentation was too terse. It didn't make my life easier that I wanted to configure [delegation](https://github.com/matrix-org/synapse/blob/develop/docs/delegate.md) to run my homeserver on a subdomain but show as running on the main domain, but I finally found a [guide](https://ajl.io/matrix-synapse-server-setup-guide/) that would help me do it.