We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7338037 + 8c70dfa commit c2af5a2Copy full SHA for c2af5a2
docs/README.md
@@ -53,20 +53,9 @@ code-server.
53
We also have an in-depth [setup and
54
configuration](https://coder.com/docs/code-server/v3.11.0/guide) guide.
55
56
-### code-server --link
+##TLS and authentication (beta)
57
58
-We're working on a cloud platform that makes deploying and managing code-server
59
-easier. Consider running code-server with the beta flag `--link` if you don't
60
-want to worry about:
61
-
62
-- TLS
63
-- Authentication
64
-- Port forwarding
65
66
-```bash
67
-$ code-server --link
68
-Proxying code-server, you can access your IDE at https://example.cdr.co
69
-```
+To add TLS and authentication out of the box, use [code-server --link](https://coder.com/docs/code-server/v3.11.0/link).
70
71
## Questions?
72
docs/link.md
@@ -0,0 +1,9 @@
1
+# code-server --link
2
+
3
+Run code-server with the beta flag `--link` and you'll get TLS, authentication, and a dedicated URL
4
+for accessing your IDE out of the box.
5
6
+```shell-session
7
+$ code-server --link
8
+Proxying code-server, you can access your IDE at https://example.cdr.co
9
+```
docs/manifest.json
@@ -32,6 +32,11 @@
32
"icon": "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 10l-2.5-1.5L15 12V4h5v8z\"></path></svg>",
33
"path": "./guide.md",
34
"children": [
35
+ {
36
+ "title": "--link",
37
+ "description": "How to run code-server --link",
38
+ "path": "./link.md"
39
+ },
40
{
41
"title": "iPad",
42
"description": "How to access your code-server installation using an iPad.",
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments