From fba146ac6867b13c40802c4d7a21a8a32571473c Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 13 Jul 2024 20:06:37 +0300 Subject: git: use system's git upload-pack This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33. --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 7333e95..7a6066f 100644 --- a/config.yaml +++ b/config.yaml @@ -12,9 +12,9 @@ dirs: templates: ./templates static: ./static meta: - title: git good - description: i think it's a skill issue + title: icy does git + description: come get your free software server: name: git.icyphox.sh - host: 127.0.0.1 + host: 0.0.0.0 port: 5555 -- cgit v1.2.3