summaryrefslogtreecommitdiff
path: root/content/blog/git-server.md
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-26 13:50:17 +0100
committerMateja <mail@matejamaric.com>2021-03-26 13:50:17 +0100
commitc2315bccc5f3f25e378d549cd17da93c6b6c8a96 (patch)
tree5f3654d4850bbb295d3d4199e562385543adc1ba /content/blog/git-server.md
parent3b0f0e86b8f012ed71bd3f652369b9d5d8a352b0 (diff)
parent47f5fbe92a7a5cc8f9906927e73527d278d2b542 (diff)
downloadblog-c2315bccc5f3f25e378d549cd17da93c6b6c8a96.tar.gz
blog-c2315bccc5f3f25e378d549cd17da93c6b6c8a96.zip
Merge branch 'main' of github.com:MatejaMaric/blog into main
Diffstat (limited to 'content/blog/git-server.md')
-rw-r--r--content/blog/git-server.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/blog/git-server.md b/content/blog/git-server.md
index fc6ebef..c82d0be 100644
--- a/content/blog/git-server.md
+++ b/content/blog/git-server.md
@@ -1,6 +1,8 @@
---
title: "Set up your own Smart HTTP Git Server with Gitolite, Cgit and Apache"
date: 2020-08-10
+lastmod: 2020-08-10
+description: "This guide is for people want to setup their own git server but don’t want something as big as GitLab or Gitea, and don’t want something overly simple like bare git repository over SSH."
slug: "git-server"
draft: false
---
@@ -261,7 +263,8 @@ You can just append this to your `httpd-vhosts-le-ssl.conf` file, you should of
Don't forget to restart Apache for changes to take effect!
That's all, hope you like your new git server!
-If you found any mistakes, or that something is outdated, badly explained or you have something to add, feel free to [contact me](/contact/).
+If you found any mistakes, or that something is outdated, badly explained or you have something to add,
+feel free to [contact me](/contact/) or contribute to [this site's repository](https://github.com/MatejaMaric/blog).
## Resources
- <https://wiki.archlinux.org/index.php/Git_server>