diff options
-rw-r--r-- | cgit/cgitrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cgit/cgitrc b/cgit/cgitrc new file mode 100644 index 0000000..7f50617 --- /dev/null +++ b/cgit/cgitrc @@ -0,0 +1,23 @@ +# cgit config +# see cgitrc(5) for details + +css=/git-css/cgit.css +logo=/git-css/cgit.png +logo-link=/ + +root-title=index +root-desc=boomer git repositories + +clone-url=https://ma.lfurio.us/git/$CGIT_REPO_URL + +enable-blame=1 +enable-follow-links=1 +enable-index-links=1 +enable-index-owner=0 +enable-log-filecount=1 +enable-log-linecount=1 +remove-suffix=1 +snapshots=tar.gz + +section-from-path=1 +scan-path=/home/git/ |