File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,17 @@ There are two ways for you to construct dev URLs.
56
56
If you provided a name for the dev URL when you created it:
57
57
58
58
``` text
59
- <name>--<username>.domain
59
+ devUrlName--username.domain
60
+
61
+ # ex: main--jessieLorem.exampleCo.com
60
62
```
61
63
62
64
If you didn't provide a name for the dev URL when you created it:
63
65
64
66
``` text
65
- <port>--<workspace_name>-<username>.domain
67
+ portNumber--workspaceName-username.domain
68
+
69
+ # ex: 8080--mainDev-jessieLorem.exampleCo.com
66
70
```
67
71
68
72
For example, let's say that you've created a dev URL for port ` 8080 ` . Also:
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ the Coder CLI:
69
69
70
70
- ** Auto** (default): uses STUN and falls back to TURN if it's unable to
71
71
establish a peer-to-peer connection
72
- - ** TURN** : establishes a peer-to-peer connection
73
- - ** STUN** : establishes a connection using an intermediary relay server
72
+ - ** TURN** : establishes a connection using an intermediary relay server
73
+ - ** STUN** : establishes a peer-to-peer connection
74
74
75
75
## Auto-start
76
76
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Progressive web apps"
3
- description : Learn how to install the editor PWAs for a native IDE-like browser editing experience.
3
+ description :
4
+ Learn how to install the editor PWAs for a native IDE-like browser editing
5
+ experience.
4
6
---
5
7
6
8
In addition to running Coder in a web browser, you can also run each application
@@ -17,6 +19,9 @@ Google Chrome or Microsoft Edge.
17
19
1 . Log into Coder and select your workspace.
18
20
1 . Under ** Applications** , click on an application to launch it as a new window
19
21
or tab.
20
- 1 . Follow your browser's instructions for installing the application as a PWA.
22
+ 1 . Follow your browser's instructions for installing the application as a
23
+ [ Google Chrome] ( https://support.google.com/chrome/answer/9658361 ) or a
24
+ [ Microsoft Edge] ( https://docs.microsoft.com/en-us/microsoft-edge/progressive-web-apps-chromium/ux#installing-a-pwa )
25
+ PWA.
21
26
22
27
Please note that applications are currently installed on a per-workspace basis.
You can’t perform that action at this time.
0 commit comments