Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c2af5a2

Browse files
authored
Merge pull request #3903 from cdr/separate-link-docs
docs: create link.md
2 parents 7338037 + 8c70dfa commit c2af5a2

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

‎docs/README.md‎

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,9 @@ code-server.
5353
We also have an in-depth [setup and
5454
configuration](https://coder.com/docs/code-server/v3.11.0/guide) guide.
5555

56-
### code-server --link
56+
##TLS and authentication (beta)
5757

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-
```
58+
To add TLS and authentication out of the box, use [code-server --link](https://coder.com/docs/code-server/v3.11.0/link).
7059

7160
## Questions?
7261

‎docs/link.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"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>",
3333
"path": "./guide.md",
3434
"children": [
35+
{
36+
"title": "--link",
37+
"description": "How to run code-server --link",
38+
"path": "./link.md"
39+
},
3540
{
3641
"title": "iPad",
3742
"description": "How to access your code-server installation using an iPad.",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /