From ed43ef1ff97b6fd6e2333ecc55d5f7d8449dd712 Mon Sep 17 00:00:00 2001
From: Egor Tensin <egor@tensin.name>
Date: Sun, 23 Jun 2024 19:28:48 +0200
Subject: include error.html in the frontend to signal errors

---
 docker/frontend/etc/cgit/common | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'docker/frontend')

diff --git a/docker/frontend/etc/cgit/common b/docker/frontend/etc/cgit/common
index 2e1b6eb..ffcb1b7 100644
--- a/docker/frontend/etc/cgit/common
+++ b/docker/frontend/etc/cgit/common
@@ -37,3 +37,5 @@ source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
 
 # Set the directory path to search for repositories.
 scan-path=/mnt/cgitize
+
+header=/mnt/cgitize/error.html
-- 
cgit v1.2.3