diff options
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +# https://git.causal.agency/src/tree/www/git.causal.agency/cgitrc + +root-title=git +root-desc=“Stay hungry, stay foolish.” +logo= + +clone-url=https://$HTTP_HOST/$CGIT_REPO_URL +snapshots=tar.gz zip + +enable-blame=1 +enable-commit-graph=1 +enable-subject-links=1 +enable-follow-links=1 +enable-index-owner=0 +repository-sort=age +branch-sort=age + +css=/custom.css + +remove-suffix=1 +enable-git-config=1 +scan-path=/git + +# cache-root=/cache/cgit +# cache-size=1024 + +virtual-root=/ |