From 56150650dc2f1adfb72301489d926a8a67b82b27 Mon Sep 17 00:00:00 2001 From: onelin Date: Tue, 7 Jul 2026 21:04:17 +0200 Subject: Unify docker image This makes it easier to manage and unifies the services that essentially belong together. Might consider making it a split configuration again later, but for now it makes much more sense such that fail2ban can better operate with all the available logs instead of managing the circus that is docker volumes. --- cgit/cgitrc | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 cgit/cgitrc (limited to 'cgit/cgitrc') diff --git a/cgit/cgitrc b/cgit/cgitrc deleted file mode 100644 index 6abeaf5..0000000 --- a/cgit/cgitrc +++ /dev/null @@ -1,28 +0,0 @@ -# Needed to avoid duplicating URI in every href -virtual-root=/ - -# Enable us "ignoring" specific repositories -enable-git-config=1 - -# Self explanatory -enable-http-clone=1 - -# Remove .git suffix -remove-suffix=1 - -# Needs to be mountpoint of the gitolite volume -scan-path=/var/lib/git/repositories -project-list=/var/lib/git/projects.list - -# Requires python -#source-filter=/usr/lib/cgit/filters/syntax-high.py -#about-filter=/usr/lib/cgit/filters/about-formatting.sh - -root-title=Personal projects -root-desc=A brief collection -root-readme=/var/www/htdocs/cgit/about.html -local-time=1 - -css=/everforest.css -css=/cgit.css -logo=/logo.png -- cgit v1.3