services/gitea: Set clone port to 62954

This commit is contained in:
kat witch 2021-03-26 21:52:58 +00:00
parent 3be2c7e6b4
commit fba377eab2
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -7,6 +7,9 @@
domain = "git.kittywit.ch";
rootUrl = "https://git.kittywit.ch";
httpAddress = "127.0.0.1";
ssh = {
clonePort = 62954;
};
settings = {
security = {
DISABLE_GIT_HOOKS = false;