From 20b2a65d622b08fd50e7bd511233f639aca027dd Mon Sep 17 00:00:00 2001 From: Mroik Date: Mon, 26 Jan 2026 17:54:49 +0100 Subject: Add runtime related stuff --- cgitrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cgitrc (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc new file mode 100644 index 0000000..594d538 --- /dev/null +++ b/cgitrc @@ -0,0 +1,24 @@ +# +# cgit config +# + +# The defaults +css=/static/cgit.css +logo=/static/cgit.png + +# Allow http transport git clone +enable-http-clone=1 + +# if you do not want that webcrawler (like google) index your site +robots=noindex, nofollow + +# if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value: +#virtual-root=/ + +readme=:README.md +about-filter=/cgit/filters/about-formatting.sh +enable-index-links=1 +enable-commit-graph=1 + +scan-path=/repos +root-readme=/cgit/www/about.md -- cgit v1.3