aboutsummaryrefslogtreecommitdiff
path: root/manifests/cgit/cgit-cm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cgit/cgit-cm.yaml')
-rw-r--r--manifests/cgit/cgit-cm.yaml41
1 files changed, 0 insertions, 41 deletions
diff --git a/manifests/cgit/cgit-cm.yaml b/manifests/cgit/cgit-cm.yaml
deleted file mode 100644
index eb7f39e..0000000
--- a/manifests/cgit/cgit-cm.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: cgitrc
-data:
- cgitrc: |
- # cgit config
- # see cgitrc(5) for details
- root-title=cgit.ofmax.li
- root-desc=grumpy software
-
- readme=:README.md
-
- about-filter=/usr/lib/cgit/filters/about-formatting.sh
- source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
- head-include=/usr/lib/cgit/gruvbox_header.html
-
- enable-index-links=1
- enable-log-filecount=1
- enable-commit-graph=1
- enable-index-owner=1
- enable-http-clone=0
- enable-git-config=1
- enable-commit-graph=1
- enable-follow-links=1
- snapshots=tar.gz
- css=/cgit.css
- logo=/avatar.png
- favicon=/avatar.ico
- robots=nofollow
- remove-suffix=1
- virtual-root=/
-
- mimetype.html=text/html
- mimetype.jpg=image/jpeg
- mimetype.jpeg=image/jpeg
- mimetype.pdf=application/pdf
- mimetype.png=image/png
-
- strict-export=git-web-export-ok
- scan-path=/opt/repos