diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-17 18:20:38 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-17 18:20:38 +0200 |
commit | c48fbfb7b85d9c5264be1d68063b8ac3af9e2899 (patch) | |
tree | 97c7d27e07392ba8ce303d0e917ee44972e94233 /cgitrc | |
download | cgithub-c48fbfb7b85d9c5264be1d68063b8ac3af9e2899.tar.gz |
Initial commit
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -0,0 +1,44 @@ +root-title=Git Repository Browser +root-desc=cgit web interface +#root-readme= + +css=/cgit-css/cgit.css +logo=/cgit-css/cgit.png +head-include=/var/www/html/cgit-css/head-include.html +robots=noindex, nofollow, noarchive, notranslate + +cache-root=/tmp +cache-size=100 + +enable-blame=1 +enable-commit-graph=0 +enable-index-links=1 +enable-log-filecount=0 +enable-log-linecount=1 +enable-index-owner=0 +enable-remote-branches=1 +max-stats=year + +snapshots=.tar.gz +max-blob-size=1000 +enable-http-clone=0 +#clone-url= +#clone-prefix= + +about-filter=/usr/lib/cgit/filters/md2html.py +mimetype-file=/etc/mime.types +readme=:README.md +readme=:README.txt +readme=:README +readme=:INSTALL.md +readme=:INSTALL.txt +readme=:INSTALL + +strict-export=refs/heads/master +remove-suffix=1 +max-repo-count=100 +#enable-git-config=1 + +include=/mnt/cgitrc + +scan-path=/mnt |