diff options
| author | Fuwn <[email protected]> | 2026-01-03 00:27:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-03 00:27:05 -0800 |
| commit | 4c50005038d79173c6577deda73f8ca49f74fa19 (patch) | |
| tree | 951872d59da8d32c72b619a232ec88f3d164e5df /cgitrc | |
| download | cgit-docker-main.tar.xz cgit-docker-main.zip | |
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=/ |