From 9c96ed01dc3a43df044612a222cdb54a09b4bd2d Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Sun, 4 Jan 2026 12:26:48 -0800 Subject: [PATCH] Update default git path to /var/git from /var/www/git /var/www/git doesn't make as much sense to me for a scan path, since it's not really "web" stuff, it's git repositories --- config.yaml | 2 +- readme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 7a6066f..eeb55e5 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ repo: - scanPath: /var/www/git + scanPath: /var/git readme: - readme - README diff --git a/readme b/readme index bc0ef0b..5ee94c1 100644 --- a/readme +++ b/readme @@ -30,7 +30,7 @@ directory by default; pass the '--config' flag to point it elsewhere. Example config.yaml: repo: - scanPath: /var/www/git + scanPath: /var/git readme: - readme - README