diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/cgitrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ virtual-root=/ #enable-subject-links=1 # `man cgitrc` uses $CGIT_REPO_URL instead of $CGIT_REPO_NAME, I guess maybe because repo name can be different from repo url? -clone-url=https://$HTTP_HOST/$CGIT_REPO_URL https://codeberg.org/flyxyz123/$CGIT_REPO_URL -# $HTTP_HOST not working for clone-prefix, not sure why, therefore I prefer clone-url over clone-prefix +clone-url=https://git.flylightning.xyz/$CGIT_REPO_URL https://codeberg.org/flyxyz123/$CGIT_REPO_URL #clone-prefix=https://git.flylightning.xyz/ https://codeberg.org/flyxyz123/ source-filter=/usr/lib/cgit/filters/syntax-highlighting-edited.sh |