diff options
| author | dautor <karlo98.m@gmail.com> | 2024-11-15 13:47:50 +0100 |
|---|---|---|
| committer | dautor <karlo98.m@gmail.com> | 2024-11-16 14:25:00 +0100 |
| commit | bdd2396d19f5465ecaac3195deeceef29a867d52 (patch) | |
| tree | 2dbe4c83c833ef8b8bfe1473fda3a028136b4299 /cgit/host/root/usr/local/etc/cgitrc | |
Create example structure and add 2 examples
Diffstat (limited to 'cgit/host/root/usr/local/etc/cgitrc')
| -rw-r--r-- | cgit/host/root/usr/local/etc/cgitrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cgit/host/root/usr/local/etc/cgitrc b/cgit/host/root/usr/local/etc/cgitrc new file mode 100644 index 0000000..5622531 --- /dev/null +++ b/cgit/host/root/usr/local/etc/cgitrc @@ -0,0 +1,10 @@ +css=/cgit.css +logo=/cgit.png + +virtual-root=/ +clone-prefix=http://10.2.0.2 +root-title=git server +root-desc= +readme=master:README.md + +scan-path=/git |
