diff options
| author | 2026-07-10 15:35:56 +0200 | |
|---|---|---|
| committer | 2026-07-10 15:36:25 +0200 | |
| commit | 62a7c2f8f57685722c14d5debeb6722748f6b48f (patch) | |
| tree | 2f0884e5a85e4df149b74674a56829b2216542bc /cgitrc | |
Initial commit with working setup
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +# cigit documentation: https://git.zx2c4.com/cgit/tree/cgitrc.5.txt +# General +root-title=Git Repository of Jaros +virtual-root=/ + +repo.url=jns +repo.path=/srv/git/jns.git +repo.desc=Jns (Java network scanner) +repo.owner=Jaros +repo.clone-url=https://git.it-jaros.com/jns + +repo.url=gitreef +repo.path=/srv/git/gitreef.git +repo.desc=Self-hosted Git-over-SSH repository +repo.owner=Jaros +repo.clone-url=https://git.it-jaros.com/gitreef |
