summaryrefslogtreecommitdiff
path: root/cgitrc
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-07-11 11:58:14 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-07-11 12:00:17 +0200
commita61a5bdb2916d8e1e4fcf9be93b6f37bf9b26e39 (patch)
tree7472e8998bdc3a14c3d8488f6555bcaf2395ac46 /cgitrc
parent227bb3d7cb6c84270f0b6be085f505d28f451766 (diff)
Added example cgitrc and cgit.css
Diffstat (limited to 'cgitrc')
-rw-r--r--cgitrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc
new file mode 100644
index 0000000..cd904d8
--- /dev/null
+++ b/cgitrc
@@ -0,0 +1,10 @@
+# cigit documentation: https://git.zx2c4.com/cgit/tree/cgitrc.5.txt
+# General
+root-title=Git Repository of ...
+virtual-root=/
+
+repo.url=myRepoName
+repo.path=/srv/git/myRepoName.git
+repo.desc=Description of my repo
+repo.owner=Owner Name
+repo.clone-url=https://full-url-under-which-the-repo-can-be-cloned/myRepoName