summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apache2/cgit.conf8
-rw-r--r--cgit/cgitrc23
2 files changed, 0 insertions, 31 deletions
diff --git a/apache2/cgit.conf b/apache2/cgit.conf
deleted file mode 100644
index aa9a453..0000000
--- a/apache2/cgit.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-ScriptAlias /git/ "/usr/lib/cgit/cgit.cgi/"
-RedirectMatch ^/git$ /git/
-Alias /git-css "/usr/share/cgit/"
-<Directory "/usr/lib/cgit/">
- AllowOverride None
- Options ExecCGI FollowSymlinks
- Require all granted
-</Directory>
diff --git a/cgit/cgitrc b/cgit/cgitrc
deleted file mode 100644
index 7f50617..0000000
--- a/cgit/cgitrc
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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/