diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-13 16:24:47 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-13 16:24:47 +0200 |
commit | 6f1008c5d0b6320def26676af0f6ca8596069f2a (patch) | |
tree | a9a6ac6aa5fc7c8bc6d0eea68b1b13e75664f3b5 /usr | |
parent | a07be667cda3ebbf4acfe86b9c0f67a302db661a (diff) | |
download | rbsd-6f1008c5d0b6320def26676af0f6ca8596069f2a.tar.gz |
Add /usr/pkg/etc/cgitrc
Diffstat (limited to 'usr')
-rw-r--r-- | usr/pkg/etc/cgitrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr/pkg/etc/cgitrc b/usr/pkg/etc/cgitrc new file mode 100644 index 0000000..1c3a862 --- /dev/null +++ b/usr/pkg/etc/cgitrc @@ -0,0 +1,21 @@ +css=/cgit.css +favicon= +logo= +virtual-root=/ +root-title=git.ankarstrom.se +root-desc=a collection of various pieces of software by John Ankarström +max-blob-size=300 +readme=readme:index.html +readme=master:README.html +readme=master:README.md +readme=master:README.txt +readme=master:README.1 +readme=master:README +about-filter=/usr/bin/aboutfilter +enable-http-clone=1 +clone-url=http://$HTTP_HOST/$CGIT_REPO_URL + +section-from-path=1 +section=(misc) +snapshots=tar.gz +scan-path=/git/ |