From 62a7c2f8f57685722c14d5debeb6722748f6b48f Mon Sep 17 00:00:00 2001 From: jarlucmat Date: Fri, 10 Jul 2026 15:35:56 +0200 Subject: Initial commit with working setup --- cgit_build.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cgit_build.conf (limited to 'cgit_build.conf') diff --git a/cgit_build.conf b/cgit_build.conf new file mode 100644 index 0000000..e44b19f --- /dev/null +++ b/cgit_build.conf @@ -0,0 +1,6 @@ +CGIT_SCRIPT_PATH = /opt/cgit/app +CGIT_CONFIG = /opt/cgit/cgitrc +CACHE_ROOT = /opt/cgit/cache +prefix = /opt/cgit +libdir = $(prefix) +filterdir = $(libdir)/filters -- cgit v1.3.1