diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2024-07-13 20:06:37 +0300 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2024-07-13 20:08:54 +0300 |
commit | fba146ac6867b13c40802c4d7a21a8a32571473c (patch) | |
tree | 90fe936d2ed43b97c531e08f5189fccf3ef625cd /config.yaml | |
parent | deps: bump golang.org/x/net from 0.22.0 to 0.23.0 (#40) (diff) | |
download | legitrx-fba146ac6867b13c40802c4d7a21a8a32571473c.tar.gz legitrx-fba146ac6867b13c40802c4d7a21a8a32571473c.tar.zst legitrx-fba146ac6867b13c40802c4d7a21a8a32571473c.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |