gitea: git protocol v2 over ssh

cf. https://docs.gitea.io/en-us/config-cheat-sheet/#git-git, entry for
option ENABLE_AUTO_GIT_WIRE_PROTOCOL
This commit is contained in:
stuebinm 2022-08-03 11:26:05 +02:00 committed by moira
parent 9bf75b9c3d
commit 6bba15faae
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -111,6 +111,9 @@
addr = "192.168.100.10"; addr = "192.168.100.10";
port = 22; port = 22;
} ]; } ];
extraConfig = ''
AcceptEnv GIT_PROTOCOL
'';
}; };
})).config.system.build.toplevel; })).config.system.build.toplevel;
}; };