Disable SSH in Gitea

This commit is contained in:
coolneng 2019-12-09 07:11:25 +01:00
parent 26aaa9deb2
commit c1a3fceb56
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -22,6 +22,7 @@
useWizard = true;
extraConfig = ''
[server]
DISABLE_SSH = true
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
[ui]