diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:50:18 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:50:18 -0500 |
commit | 5aa2283f9951b3e035824b54bd0277ebf4394ffa (patch) | |
tree | df93cef70ce1d49576b9a98f165e8dfc6aaa52f7 /files/usr/local/etc/cgitrc.git_server | |
parent | 6512242bc03acf2bdaa4fea6fcc7fe51c2330f03 (diff) | |
download | infrastructure-5aa2283f9951b3e035824b54bd0277ebf4394ffa.tar.gz |
add gitolite/cgit
Diffstat (limited to 'files/usr/local/etc/cgitrc.git_server')
-rw-r--r-- | files/usr/local/etc/cgitrc.git_server | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/files/usr/local/etc/cgitrc.git_server b/files/usr/local/etc/cgitrc.git_server new file mode 100644 index 0000000..5cebd6c --- /dev/null +++ b/files/usr/local/etc/cgitrc.git_server @@ -0,0 +1,66 @@ +clone-prefix=${cgit_clone_urls} +enable-http-clone=0 +enable-blame=1 +enable-commit-graph=1 +enable-log-filecount=1 +enable-log-linecount=1 +branch-sort=name + +max-stats=none +root-title=${cgit_root_title} +root-desc=${cgit_root_desc} +remove-suffix=1 +repository-sort=name +snapshots=tar.gz +local-time=1 +robots=index, nofollow + +cache-root=${cgit_cache_dir} +cache-size=${cgit_cache_size} + +source-filter=/usr/local/lib/cgit/filters/syntax-highlighting-custom.py +about-filter=/usr/local/lib/cgit/filters/about-formatting.sh + +favicon=/custom-favicon.ico +logo=/custom-logo.png +css=/custom-style.css +robots=/custom-robots.txt +head-include=${cgit_webroot}/custom-head-include.html +header=${cgit_webroot}/custom-header.html + +mimetype.gif=image/gif +mimetype.html=text/html +mimetype.jpg=image/jpeg +mimetype.jpeg=image/jpeg +mimetype.pdf=application/pdf +mimetype.png=image/png +mimetype.svg=image/svg+xml + +readme=:README.md +readme=:readme.md +readme=:README.mkd +readme=:readme.mkd +readme=:README.html +readme=:readme.html +readme=:README.htm +readme=:readme.htm +readme=:README.txt +readme=:readme.txt +readme=:README +readme=:readme +readme=:INSTALL.md +readme=:install.md +readme=:INSTALL.mkd +readme=:install.mkd +readme=:INSTALL.html +readme=:install.html +readme=:INSTALL.htm +readme=:install.htm +readme=:INSTALL.txt +readme=:install.txt +readme=:INSTALL +readme=:install + +enable-git-config=1 +project-list=${gitolite_home}/projects.list +scan-path=${gitolite_home}/repositories |