changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: init cgit

changeset 90: 02815f4c1136
parent 89: 88e19fd26e5d
child 91: 2384be230b9f
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 21:27:28 -0400
files: cgit.ini cgitrc
description: init cgit
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/cgit.ini	Tue Sep 03 21:27:28 2024 -0400
     1.3@@ -0,0 +1,10 @@
     1.4+[uwsgi]
     1.5+master = true
     1.6+plugins = cgi
     1.7+socket = /run/vc/%n.sock
     1.8+uid = vc
     1.9+gid = vc
    1.10+procname-master = uwsgi cgit
    1.11+processes = 1
    1.12+threads = 2
    1.13+cgi = /usr/lib/cgit/cgit.cgi
    1.14\ No newline at end of file
     2.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2+++ b/cgitrc	Tue Sep 03 21:27:28 2024 -0400
     2.3@@ -0,0 +1,28 @@
     2.4+#
     2.5+# cgit config
     2.6+#
     2.7+
     2.8+css=/cgit.css
     2.9+logo=/cgit.png
    2.10+
    2.11+# Following lines work with the above Apache config
    2.12+#css=/cgit-css/cgit.css
    2.13+#logo=/cgit-css/cgit.png
    2.14+
    2.15+# Following lines work with the above Lighttpd config
    2.16+#css=/cgit/cgit.css
    2.17+#logo=/cgit/cgit.png
    2.18+
    2.19+# Allow http transport git clone
    2.20+#enable-http-clone=0
    2.21+
    2.22+
    2.23+# if you do not want that webcrawler (like google) index your site
    2.24+robots=noindex, nofollow
    2.25+
    2.26+# if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value:
    2.27+virtual-root=/
    2.28+
    2.29+scan-path=/home/vc/src/packy
    2.30+
    2.31+source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
    2.32\ No newline at end of file