diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 23:21:13 +0200 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 23:21:13 +0200 |
| commit | 407d791285d850236a7083b888a1470e9bcf4dd0 (patch) | |
| tree | 59f8ac9ea9618abdb55d3045742267c7a34a084a | |
| parent | b9838254407274d8f9227a62474cd2ba87741198 (diff) | |
| download | cgit-407d791285d850236a7083b888a1470e9bcf4dd0.tar.gz cgit-407d791285d850236a7083b888a1470e9bcf4dd0.tar.bz2 | |
Update some cgitrc configs from old setup
| -rw-r--r-- | conf.d/cgitrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/cgitrc b/conf.d/cgitrc index 2a26b24..95723b0 100644 --- a/conf.d/cgitrc +++ b/conf.d/cgitrc @@ -1,10 +1,11 @@ enable-git-config=1 -enable-index-links=0 +enable-index-links=1 logo-link=/ remove-suffix=1 robots=noindex,nofollow source-filter=/usr/lib/cgit/filters/syntax-highlighting.py virtual-root=/ +enable-index-owner=0 clone-prefix=${CGITRC_CLONE_PREFIX} enable-http-clone=${CGITRC_ENABLE_HTTP_CLONE} @@ -14,4 +15,5 @@ root-desc=${CGITRC_ROOT_DESC} root-title=${CGITRC_ROOT_TITLE} snapshots=${CGITRC_SNAPSHOTS} +section-from-path=1 scan-path=${CGITRC_SCAN_PATH} |
