diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-12 17:59:44 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-12 17:59:44 +0000 |
commit | 5ad79af74d66fe25495b559de49adf798448c1fd (patch) | |
tree | cd2c075848d7ee78647932e92b65491c84531998 | |
parent | c93144f7f91c43341d5901c470e4ce880ad142e2 (diff) | |
download | git-scripts-master.tar.gz git-scripts-master.zip |
-rw-r--r-- | cgit/cgitrc | 5 | ||||
-rw-r--r-- | cgit/docker-compose.yml | 1 | ||||
-rw-r--r-- | cgit/logo.png | bin | 0 -> 21767 bytes |
3 files changed, 3 insertions, 3 deletions
diff --git a/cgit/cgitrc b/cgit/cgitrc index 52f3cd9..55a8f0e 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -5,8 +5,7 @@ enable-git-config=1 cache-size=1000 root-title=Eden's personal git server -root-desc=Warning: Bad code lies henceforth -repository-sort=age +root-desc=Beware: Bad code lies henceforth # Start all URLs from the root mimetype.gif=image/gif mimetype.htm=text/html @@ -77,7 +76,7 @@ readme=:install enable-index-links=1 # Show owner -enable-index-owner=1 +enable-index-owner=0 # Enable ASCII art commit history graph on the log pages enable-commit-graph=1 diff --git a/cgit/docker-compose.yml b/cgit/docker-compose.yml index 88c6eb9..3815850 100644 --- a/cgit/docker-compose.yml +++ b/cgit/docker-compose.yml @@ -6,5 +6,6 @@ cgit: - /srv/git:/srv/git - ./cgitrc:/etc/cgitrc - ../../cgitrepos:/etc/cgitrepos + - ./logo.png:/assets/greenboi.png - ./httpd-cgit.conf:/etc/httpd/conf.d/httpd-cgit.conf restart: unless-stopped diff --git a/cgit/logo.png b/cgit/logo.png Binary files differnew file mode 100644 index 0000000..0fd0680 --- /dev/null +++ b/cgit/logo.png |