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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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.
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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