summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2019-04-15 00:46:13 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2019-04-15 00:46:13 -0600
commitd721036362454d5ffff8455727ebacc746c5ea3f (patch)
tree2ad11ac1ae99dae79bab9c71efffadac22fa58f0
parente97f6323c51285253ce0bc65c040eba0954e55d1 (diff)
downloadconfigs-d721036362454d5ffff8455727ebacc746c5ea3f.tar
configs-d721036362454d5ffff8455727ebacc746c5ea3f.tar.gz
configs-d721036362454d5ffff8455727ebacc746c5ea3f.tar.bz2
configs-d721036362454d5ffff8455727ebacc746c5ea3f.tar.lz
configs-d721036362454d5ffff8455727ebacc746c5ea3f.tar.xz
configs-d721036362454d5ffff8455727ebacc746c5ea3f.tar.zst
configs-d721036362454d5ffff8455727ebacc746c5ea3f.zip
few changes
-rw-r--r--cgit/cgitrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/cgit/cgitrc b/cgit/cgitrc
index 75cbeeb..fd3d138 100644
--- a/cgit/cgitrc
+++ b/cgit/cgitrc
@@ -6,9 +6,11 @@ css=/cgit.css
logo=/cgit.png
-enable-index-owner=1
+enable-index-owner=0
# Allow http transport git clone
-enable-http-clone=0
+enable-http-clone=1
+#enable-git-clone=1
+clone-url=https://git.jthan.io/$CGIT_REPO_URL
# if you do not want that webcrawler (like google) index your site
@@ -20,7 +22,7 @@ virtual-root=/
remove-suffix=1
project-list=/var/lib/gitolite/projects.list
-snapshots=tar.gz tar.bz2
+snapshots=all
remove-suffix=1
enable-blame=1
enable-git-config=1