about summary refs log tree commit diff
path: root/corgi.conf
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-08-19 20:34:49 -0500
committergennyble <gen@nyble.dev>2025-08-19 20:34:49 -0500
commit345020dd1244daa0191004000f703270c876dae7 (patch)
tree798cd39c6e808719228cbf17fa2280873066d9d2 /corgi.conf
parent645e9496b8e0d6c6b7e7e6254760e816b9fc3382 (diff)
downloadcorgi-345020dd1244daa0191004000f703270c876dae7.tar.gz
corgi-345020dd1244daa0191004000f703270c876dae7.zip
add current corgi.conf
Diffstat (limited to 'corgi.conf')
-rw-r--r--corgi.conf16
1 files changed, 9 insertions, 7 deletions
diff --git a/corgi.conf b/corgi.conf
index ff1a416..8f644f0 100644
--- a/corgi.conf
+++ b/corgi.conf
@@ -1,11 +1,13 @@
 Server
 	Port 26744
+	StatsDb /var/corgi/stats.sqlite
 
-Script module-test
-	Path target/release/libparrot.dylib
-	Type object
+Script stats
+	Path /opt/corgi/corgi-stats
 	Match
-		Regex /object
+		Regex ^/stats
+	Environment
+		CORGI_STATS_DB /var/corgi/stats.sqlite
 
 Script git-backend
 	Path /usr/lib/git-core/git-http-backend
@@ -15,9 +17,9 @@ Script git-backend
 		GIT_HTTP_EXPORT_ALL 1
 		GIT_PROJECT_ROOT /srv/git
 		HOME /srv/git
-		HTTP_HOST git.nyble.dev
+		HTTP_HOST git.dreamy.place
 
 Script cgit
-	Path /usr/lib/cgit/cgit.cgi
+	Path /opt/cgit/cgit
 	Environment
-		HTTP_HOST git.nyble.dev
\ No newline at end of file
+	HTTP_HOST git.dreamy.place
\ No newline at end of file