aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates/cgitrc.j2
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-23 09:10:13 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-23 09:10:13 +0000
commit249798531e0cbd338686cff52df1172aed3cc4a1 (patch)
tree35e9c215acfb16ffa1e5db59d337f2a2bc22984a /roles/cgit/templates/cgitrc.j2
parent2cbeca09fc9e2a53b0c1d5881f91d3d22518f16b (diff)
downloadinfrastructure-249798531e0cbd338686cff52df1172aed3cc4a1.tar.gz
roles/cgit: Fix favicon location and mimetypes
Diffstat (limited to 'roles/cgit/templates/cgitrc.j2')
-rw-r--r--roles/cgit/templates/cgitrc.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2
index 2b01ef4..953494d 100644
--- a/roles/cgit/templates/cgitrc.j2
+++ b/roles/cgit/templates/cgitrc.j2
@@ -41,3 +41,12 @@ snapshots=tar.gz
section-from-path=1
section-sort=1
scan-path={{ cgit_git_dir }}
+
+# mimetypes
+mimetype.gif=image/gif
+mimetype.html=text/html
+mimetype.jpg=image/jpeg
+mimetype.jpeg=image/jpeg
+mimetype.pdf=application/pdf
+mimetype.png=image/png
+mimetype.svg=image/svg+xml
remember that computers suck.