File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,9 @@ code-server.
5353We also have an in-depth [ setup and
5454configuration] ( 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
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 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." ,
You can’t perform that action at this time.
0 commit comments