diff options
author | 53hornet <atc@53hor.net> | 2022-01-15 21:28:33 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2022-01-15 21:28:33 -0500 |
commit | 62732ebcc2f7b39aaef4ec73a88f459e3646eb67 (patch) | |
tree | 605d75b6b3cffba4fd8067491192d21f0de4e8eb /usr/local | |
parent | b42e16cee761c186cf8ea7166502933b65328b5e (diff) | |
download | cgit-62732ebcc2f7b39aaef4ec73a88f459e3646eb67.tar.xz cgit-62732ebcc2f7b39aaef4ec73a88f459e3646eb67.zip |
customizations
Diffstat (limited to 'usr/local')
-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 |