src.nth.io/

summaryrefslogtreecommitdiff
path: root/git/web/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-05 15:59:54 -0500
committerLuke Hoersten <[email protected]>2026-04-05 15:59:54 -0500
commitea3e738a246d88be2f9a16b2c08f2f393d2f6edb (patch)
treeff304e0f0ae2bd51c6344e56a0b49b43ec00aa95 /git/web/templates
parente925453eab7024b5f169bbeef6a281c9952b1d30 (diff)
Switch cgitrc to scan-path on git/public/ with remove-suffix
Diffstat (limited to 'git/web/templates')
-rw-r--r--git/web/templates/cgitrc.j25
1 files changed, 1 insertions, 4 deletions
diff --git a/git/web/templates/cgitrc.j2 b/git/web/templates/cgitrc.j2
index 6c1a7ff..bf829c2 100644
--- a/git/web/templates/cgitrc.j2
+++ b/git/web/templates/cgitrc.j2
@@ -1,3 +1,4 @@
+scan-path={{cgit_scan_path}}
remove-suffix=1
root-title=src.nth.io
@@ -12,7 +13,3 @@ enable-log-linecount=1
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
about-filter=/usr/lib/cgit/filters/about-formatting.sh
-
-{% for repo in cgit_repos %}
-repo.path={{cgit_repos_dir}}{{repo}}.git
-{% endfor %}