From 222401f1f8bbacfb3fdf785fbf514cbf79f60889 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 26 Nov 2022 02:05:17 -0500 Subject: Remove cgit configuration Repository hosting is now implemented by NormalMode. Signed-off-by: Malfurious --- apache2/cgit.conf | 8 -------- cgit/cgitrc | 23 ----------------------- 2 files changed, 31 deletions(-) delete mode 100644 apache2/cgit.conf delete mode 100644 cgit/cgitrc 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/" - - AllowOverride None - Options ExecCGI FollowSymlinks - Require all granted - 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/ -- cgit v1.2.3