You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaoffical/main:
Fix data-race problems in git module (quick patch) (go-gitea#19934)
[skip ci] Updated translations via Crowdin
Fix copy/paste of empty lines (go-gitea#19798)
Normalize line endings in fomantic build files (go-gitea#19932)
Make user profile image show full image on mobile (go-gitea#19840)
Custom regexp external issues (go-gitea#17624)
Use Golang 1.18 for Gitea 1.17 release (go-gitea#19918)
Refactor git module, make Gitea use internal git config (go-gitea#19732)
[skip ci] Updated translations via Crowdin
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ or if SQLite support is required:
73
73
74
74
The `build` target is split into two sub-targets:
75
75
76
-
-`make backend` which requires [Go 1.17](https://go.dev/dl/) or greater.
76
+
-`make backend` which requires [Go Stable](https://go.dev/dl/), required version is defined in [go.mod](/go.mod).
77
77
-`make frontend` which requires [Node.js LTS](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies.
78
78
79
79
When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js and Internet connectivity.
_=fail("Incorrect configuration, no repository directory.", "Directory `[repository].ROOT` %q was not found, please check if $GITEA_WORK_DIR is passed to the SSH connection or make `[repository].ROOT` an absolute value.", setting.RepoRootPath)
75
+
} else {
76
+
_=fail("Incorrect configuration, repository directory is inaccessible", "Directory `[repository].ROOT` %q is inaccessible. err: %v", setting.RepoRootPath, err)
"Directory `[repository]` `ROOT` %s was not found, please check if $GITEA_WORK_DIR is passed to the SSH connection or make `[repository]` `ROOT` an absolute value.", setting.RepoRootPath)
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -315,8 +315,8 @@ The following configuration set `Content-Type: application/vnd.android.package-a
315
315
-`SSL_MAX_VERSION`: **\<empty\>**: Set the maximum version of ssl support.
316
316
-`SSL_CURVE_PREFERENCES`: **X25519,P256**: Set the preferred curves,
317
317
-`SSL_CIPHER_SUITES`: **ecdhe_ecdsa_with_aes_256_gcm_sha384,ecdhe_rsa_with_aes_256_gcm_sha384,ecdhe_ecdsa_with_aes_128_gcm_sha256,ecdhe_rsa_with_aes_128_gcm_sha256,ecdhe_ecdsa_with_chacha20_poly1305,ecdhe_rsa_with_chacha20_poly1305**: Set the preferred cipher suites.
318
-
- If there is not hardware support for AES suites by default the cha cha suites will be preferred over the AES suites
319
-
- supported suites as of go 1.17 are:
318
+
- If there is no hardware support for AES suites, by default the ChaCha suites will be preferred over the AES suites.
0 commit comments