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
+6-1
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,17 @@ We also have an in-depth [setup and configuration](./doc/guide.md) guide.
35
35
36
36
### Alpha Program 🐣
37
37
38
-
We're working on a cloud platform that makes deploying and managing code-server easier. Consider [joining our alpha program](https://codercom.typeform.com/to/U4IKyv0W) if you don't want to worry about
38
+
We're working on a cloud platform that makes deploying and managing code-server easier. Consider running code-server with our experimental flag `--link` if you don't want to worry about
39
39
40
40
- TLS
41
41
- Authentication
42
42
- Port Forwarding
43
43
44
+
```bash
45
+
$ code-server --link
46
+
Proxying code-server to Coder Cloud, you can access your IDE at https://valmar-eldar.cdr.co
0 commit comments