From ccb807002ee08043d92e2691afca4d770f08808f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 12 Jul 2020 15:53:35 -0400 Subject: takemi: Tweak cgit behavior. --- takemi.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'takemi.scm') diff --git a/takemi.scm b/takemi.scm index 93c2d94..b247c4e 100644 --- a/takemi.scm +++ b/takemi.scm @@ -56,7 +56,8 @@ (rc-file (gitolite-rc-file ;; Grant read access to git group so ;; cgit will work. - (umask #o0027))))) + (umask #o0027) + (git-config-keys "gitweb\\..*"))))) (service certbot-service-type (certbot-configuration (email "dthompson2@worcester.edu") @@ -104,6 +105,14 @@ (project-list "/var/lib/gitolite/projects.list") (repository-directory "/var/lib/gitolite/repositories") (remove-suffix? #t) + (root-desc "all i wanted was a pepsi") + (enable-git-config? #t) + (enable-index-links? #t) + (enable-index-owner? #f) + (enable-commit-graph? #t) + (enable-log-filecount? #t) + (enable-log-linecount? #t) + (clone-url '("https://git.dthompson.us/$CGIT_REPO_URL")) ;; Is there a way to avoid this wrapper script? (source-filter (program-file "cgit-syntax-highlight" -- cgit v1.2.3