diff options
author | Malfurious <m@lfurio.us> | 2022-11-26 02:05:17 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-11-26 02:05:17 -0500 |
commit | 222401f1f8bbacfb3fdf785fbf514cbf79f60889 (patch) | |
tree | 780716c982affefdc42e624771a52435bf8f8930 | |
parent | 3020786c5a1fa5127f234bf7ee433300d46d61d5 (diff) | |
download | site-222401f1f8bbacfb3fdf785fbf514cbf79f60889.tar.gz site-222401f1f8bbacfb3fdf785fbf514cbf79f60889.zip |
Remove cgit configuration
Repository hosting is now implemented by NormalMode.
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | apache2/cgit.conf | 8 | ||||
-rw-r--r-- | cgit/cgitrc | 23 |
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/ |