File tree 3 files changed +16
-13
lines changed
3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,9 @@ code-server.
53
53
We also have an in-depth [ setup and
54
54
configuration] ( https://coder.com/docs/code-server/v3.11.0/guide ) guide.
55
55
56
- ### code-server --link
56
+ ## TLS and authentication (beta)
57
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
- ```
58
+ To add TLS and authentication out of the box, use [ code-server --link] ( https://coder.com/docs/code-server/v3.11.0/link ) .
70
59
71
60
## Questions?
72
61
Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change 32
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
33
"path" : " ./guide.md" ,
34
34
"children" : [
35
+ {
36
+ "title" : " --link" ,
37
+ "description" : " How to run code-server --link" ,
38
+ "path" : " ./link.md"
39
+ },
35
40
{
36
41
"title" : " iPad" ,
37
42
"description" : " How to access your code-server installation using an iPad." ,
You can’t perform that action at this time.
0 commit comments