From 6e5e71882d9d9969e0ffe3013e656cac8fa4f115 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 13 Apr 2019 00:36:45 +0200 Subject: Replace commit feed aggregation with manual import This is the starting point for extending _Overview_ to support various types of recent updates (i.e. not just blog articles and commits over a certain message size). While direct fetching and rendering of markdown-formatted Git commit messages is an attractive concept, this new approach should be much more flexible. As a side benefit commit entries can now be edited and expanded compared to their fixed Git reference. e.g. retroactively expanding upon older commits or adding example media that doesn't strictly belong inside the actual commit message. --- ...1_08_26_55daf8a35f4f1761f5f4c4ebe4a6dcb4b0ace514.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/00_content/commits/nixos_system/2018_10_01_08_26_55daf8a35f4f1761f5f4c4ebe4a6dcb4b0ace514.md (limited to 'source/00_content/commits/nixos_system') diff --git a/source/00_content/commits/nixos_system/2018_10_01_08_26_55daf8a35f4f1761f5f4c4ebe4a6dcb4b0ace514.md b/source/00_content/commits/nixos_system/2018_10_01_08_26_55daf8a35f4f1761f5f4c4ebe4a6dcb4b0ace514.md new file mode 100644 index 0000000..28820ef --- /dev/null +++ b/source/00_content/commits/nixos_system/2018_10_01_08_26_55daf8a35f4f1761f5f4c4ebe4a6dcb4b0ace514.md @@ -0,0 +1,18 @@ +# Describe custom gitolite and cgit setup + +Replaces short-term Gitea instance on `code.kummerlaender.eu`. + +The main reason for implementing this more complex setup is that Gitea +both lacks in features in areas that I care about and provides distracting +features in other areas that I do not use. + +e.g. Gitea provides multi-user, discussion and organization support but doesn't provide +Atom feeds which are required for [Overview](https://tree.kummerlaender.eu/projects/xslt/overview/). + +This is why exposing [gitolite](http://gitolite.com)-managed repositories +via [cgit](https://git.zx2c4.com/cgit/about/) is a better fit for my usecases. + +Note that gitolite is further configured outside of Nix through its own admin repository. + +As a side benefit `pkgs.kummerlaender.eu` now provides further archive +formats of its Nix expressions which simplifies Nix channel usage. -- cgit v1.2.3