diff options
author | rune <runner.mei@gmail.com> | 2023-05-12 17:44:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 09:44:37 +0000 |
commit | 4b808133414e39348f56d691883426947bf2d322 (patch) | |
tree | ce7dc40af8630e9e9db07f500dd56e032cdc00ba /docs | |
parent | 49808136c5af5946851c5486d4630482d79eff8b (diff) | |
download | gitea-4b808133414e39348f56d691883426947bf2d322.tar.gz gitea-4b808133414e39348f56d691883426947bf2d322.zip |
Support SSH for go get (#24664)
fix #12192 Support SSH for go get
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: mfk <mfk@hengwei.com.cn>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/administration/config-cheat-sheet.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/administration/config-cheat-sheet.en-us.md b/docs/content/doc/administration/config-cheat-sheet.en-us.md index c1befed489..470e299a18 100644 --- a/docs/content/doc/administration/config-cheat-sheet.en-us.md +++ b/docs/content/doc/administration/config-cheat-sheet.en-us.md @@ -95,6 +95,8 @@ In addition there is _`StaticRootPath`_ which can be set as a built-in at build HTTP protocol. - `USE_COMPAT_SSH_URI`: **false**: Force ssh:// clone url instead of scp-style uri when default SSH port is used. +- `GO_GET_CLONE_URL_PROTOCOL`: **https**: Value for the "go get" request returns the repository url as https or ssh + default is https. - `ACCESS_CONTROL_ALLOW_ORIGIN`: **\<empty\>**: Value for Access-Control-Allow-Origin header, default is not to present. **WARNING**: This maybe harmful to you website if you do not give it a right value. |