From af12c5b9f570a5e97c21981546593b4649d01c87 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 9 Nov 2025 17:19:02 -0500 Subject: [PATCH] format mdx --- src/content/software/hosting-a-git-server.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/software/hosting-a-git-server.mdx b/src/content/software/hosting-a-git-server.mdx index 0bead91..a645461 100644 --- a/src/content/software/hosting-a-git-server.mdx +++ b/src/content/software/hosting-a-git-server.mdx @@ -101,6 +101,7 @@ $ sudo git config --system init.defaultBranch main Welp, ec2 costed way too much (~\$15/mo!). Enter [AWS Lightsail](https://aws.amazon.com/lightsail/): small compute with a flat $5/mo charge. This is a reasonably "scalable" solution for my website—unfortunately I do not have too much traffic as of now. Anyways, the migration is complete. Everything is nearly identical but my HTTPD config has been minimally updated as follows: + - Now that I host project descriptions on `https://barrettruth.com/git/.html` and gists on `https://barrettruth.com/gist/`, support redirects for `{git,gist}.barrettruth.com->barrettruth.com/{git,gist}.html` - Minify and simplify letsencrypt logic for the domain