diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-16 05:21:00 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-16 05:21:00 +0000 |
commit | 360035b8f17a0435148b0a5eb8dd67d0eb6fc333 (patch) | |
tree | 8016d19a2d148d11e1e7a16581a5c58c8b610032 /etc/cgitrc | |
parent | 893ab02c64b4e5246020f3b17dca7de713cfb00a (diff) |
cgitrc: since $HTTP_HOST does not work, use the other clone-prefix config has less codeca
Diffstat (limited to 'etc/cgitrc')
-rw-r--r-- | etc/cgitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ 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://git.flylightning.xyz/$CGIT_REPO_URL https://codeberg.org/flyxyz123/$CGIT_REPO_URL -#clone-prefix=https://git.flylightning.xyz/ https://codeberg.org/flyxyz123/ +#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 css=/mycgit.css |