diff options
-rw-r--r-- | usr/local/etc/cgitrc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr/local/etc/cgitrc b/usr/local/etc/cgitrc index 91db721..fc516a9 100644 --- a/usr/local/etc/cgitrc +++ b/usr/local/etc/cgitrc @@ -1,3 +1,13 @@ -logo=https://www.53hor.net/assets/53hornet.svg -favicon=https://www.53hor.net/assets/53hornet.svg +favicon=http://localhost:8000/assets/53hornet.svg +logo=http://localhost:8000/assets/53hornet.svg +css=http://localhost:8000/includes/cgit.css +root-title=index : git.53hor.net +root-desc=The source code repositories of Adam Carpenter (53hornet) +logo-link=/ +enable-blame=1 +enable-commit-graph=1 +clone-url=http://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL +enable-http-clone=1 +snapshots=tar.xz zip +remove-suffix=1 scan-path=/var/git |