# HG changeset patch # User Richard Westhaver # Date 1725413248 14400 # Node ID 02815f4c1136a4c1e78be5a39bec3894ec039012 # Parent 88e19fd26e5d48392abeebc5154e2cb5a03fe6ad init cgit diff -r 88e19fd26e5d -r 02815f4c1136 cgit.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgit.ini Tue Sep 03 21:27:28 2024 -0400 @@ -0,0 +1,10 @@ +[uwsgi] +master = true +plugins = cgi +socket = /run/vc/%n.sock +uid = vc +gid = vc +procname-master = uwsgi cgit +processes = 1 +threads = 2 +cgi = /usr/lib/cgit/cgit.cgi \ No newline at end of file diff -r 88e19fd26e5d -r 02815f4c1136 cgitrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgitrc Tue Sep 03 21:27:28 2024 -0400 @@ -0,0 +1,28 @@ +# +# cgit config +# + +css=/cgit.css +logo=/cgit.png + +# Following lines work with the above Apache config +#css=/cgit-css/cgit.css +#logo=/cgit-css/cgit.png + +# Following lines work with the above Lighttpd config +#css=/cgit/cgit.css +#logo=/cgit/cgit.png + +# Allow http transport git clone +#enable-http-clone=0 + + +# 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=/ + +scan-path=/home/vc/src/packy + +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py \ No newline at end of file