]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - content/posts/updating-dendrite/index.md
Add summaries to all posts
[dujemihanovic.xyz.git] / content / posts / updating-dendrite / index.md
index 6e21f565dbc6f3e753cac50cdd06f21b67dd61dd..6222dcb8cdb9f9ad9dbfdc966028e4ed259f94b9 100644 (file)
@@ -1,11 +1,12 @@
 ---
 title: "Updating/installing Dendrite"
 date: 2023-08-24T16:41:53+02:00
+summary: How to update/install Dendrite when you don't have a recent enough Golang on your server.
 ---
 I decided to share the method I just devised for updating (and perhaps
 installing) Dendrite on my VPS.
 
-# Motivation
+## Motivation
 I discovered that yesterday (as of writing), Dendrite was updated to
 [0.13.2](https://github.com/matrix-org/dendrite/releases/tag/v0.13.2), and I was
 running 0.13.1. Because old thing bad and new thing good, I decided to update
@@ -29,7 +30,7 @@ I looked around to see if maybe Go has its own Debian repository, but I was out
 of luck. It seemed that the 2 options were either install Go from source or just
 stick with Dendrite 0.13.1, but in the end I decided on a 3rd solution:
 
-# Compiling it locally
+## Compiling it locally
 My personal machine runs Artix, so there should be no problem with outdated Go
 (or anything really) whatsoever. I figured that I could compile Dendrite on my
 personal machine and then `rsync` the binaries onto my VPS, just like I did with