From 64d5aed4228ce5a18b8dde9557b0258c60b4bf46 Mon Sep 17 00:00:00 2001 From: TriMill Date: Mon, 16 Jan 2023 21:01:03 -0500 Subject: [PATCH] fixed link --- flaskr/blog/2023-01-16-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaskr/blog/2023-01-16-0.md b/flaskr/blog/2023-01-16-0.md index 017df21..d64ddf2 100644 --- a/flaskr/blog/2023-01-16-0.md +++ b/flaskr/blog/2023-01-16-0.md @@ -4,7 +4,7 @@ desc: Updates regarding g.trimill.xyz timestamp: 2023-01-16T20:00:00-05:00 --- -Recently, [Gitea](https://gitea.io/) (which I had previously been using to self-host [my git server](https://g.trimill.xyz/)) has [found itself](https://blog.gitea.io/2022/10/open-source-sustainment-and-the-future-of-gitea/) under the control of a for-profit organization. As often happens after occurrences like these, it was quickly forked into [Forgejo](https://forgejo.org/releases/) (/forˈd͡ʒe.jo/), which is community-governed rather than being run by a corporation. (sidenote: gitea itself was originally a fork of another project called [gogs](https://gogs.io/) and was created due to disagreements over governance. oh how history repeats itself!) +Recently, [Gitea](https://gitea.io/) (which I had previously been using to self-host [my git server](https://g.trimill.xyz/)) has [found itself](https://blog.gitea.io/2022/10/open-source-sustainment-and-the-future-of-gitea/) under the control of a for-profit organization. As often happens after occurrences like these, it was quickly forked into [Forgejo](https://forgejo.org/) (/forˈd͡ʒe.jo/), which is community-governed rather than being run by a corporation. (sidenote: gitea itself was originally a fork of another project called [gogs](https://gogs.io/) and was created due to disagreements over governance. oh how history repeats itself!) Switching from Gitea to Forgejo proved to be very easy. Forgejo isn't yet available in any Debian repos, so I had to install it manually and create a new systemd service for it (this can be done trivially by copying and modifying `gitea.service`). After this was done, everything Just Worked™ and through the whole process I only experienced a minute or two of downtime.