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: docs/faqs.md
+21-82Lines changed: 21 additions & 82 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ Frequently asked questions on Coder OSS and Enterprise deployments. These FAQs
4
4
come from our community and enterprise customers, feel free to
5
5
[contribute to this page](https://github.com/coder/coder/edit/main/docs/faqs.md).
6
6
7
-
<detailsstyle="margin-bottom:28px;">
8
-
<summarystyle="font-size:larger;font-weight:bold;">How do I add an enterprise license?</summary>
7
+
###How do I add an enterprise license?
9
8
10
9
Visithttps://coder.com/trial or contact
11
10
[sales@coder.com](mailto:sales@coder.com?subject=License) to get a v2 enterprise
@@ -32,10 +31,7 @@ If the license is in a file:
32
31
coder licenses add -f<path/filename>
33
32
```
34
33
35
-
</details>
36
-
37
-
<detailsstyle="margin-bottom:28px;">
38
-
<summarystyle="font-size:larger;font-weight:bold;">I'm experiencing networking issues, so want to disable Tailscale, STUN, Direct connections and force use of websockets</summary>
34
+
###I'm experiencing networking issues, so want to disable Tailscale, STUN, Direct connections and force use of websockets
39
35
40
36
The primary developer use case is a local IDE connecting over SSH to a Coder
<summarystyle="font-size:larger;font-weight:bold;">How do I hide some of the default icons in a workspace like VS Code Desktop, Terminal, SSH, Ports?</summary>
67
+
###How do I hide some of the default icons in a workspace like VS Code Desktop, Terminal, SSH, Ports?
78
68
79
69
The visibility of Coder apps is configurable in the template. To change the
80
70
default (shows all), add this block inside the
@@ -93,10 +83,7 @@ of a template and configure as needed:
93
83
94
84
This example will hide all built-in coder_app icons except the web terminal.
95
85
96
-
</details>
97
-
98
-
<detailsstyle="margin-bottom:28px;">
99
-
<summarystyle="font-size:larger;font-weight:bold;">I want to allow code-server to be accessible by other users in my deployment.</summary>
86
+
###I want to allow code-server to be accessible by other users in my deployment.
100
87
101
88
>It is**not** recommended to share a web IDE, but if required, the following
102
89
>deployment environment variable settings are required.
<summary style="font-size:larger; font-weight: bold;">How to find out Coder's latest Terraform provider version?</summary>
188
+
### How to find out Coder's latest Terraform provider version?
217
189
218
190
[Coder is on the HashiCorp's Terraform registry](https://registry.terraform.io/providers/coder/coder/latest).
219
191
Check this frequently to make sure you are on the latest version.
@@ -222,10 +194,7 @@ Sometimes, the version may change and `resource` configurations will either
222
194
become deprecated or new ones will be added when you get warnings or errors
223
195
creating and pushing templates.
224
196
225
-
</details>
226
-
227
-
<details style="margin-bottom:28px;">
228
-
<summary style="font-size:larger; font-weight: bold;">How can I set up TLS for my deployment and not create a signed certificate?</summary>
197
+
### How can I set up TLS for my deployment and not create a signed certificate?
229
198
230
199
Caddy is an easy-to-configure reverse proxy that also automatically creates
231
200
certificates from Let's Encrypt.
@@ -250,10 +219,7 @@ coder.example.com {
250
219
}
251
220
```
252
221
253
-
</details>
254
-
255
-
<details style="margin-bottom:28px;">
256
-
<summary style="font-size:larger; font-weight: bold;">I'm using Caddy as my reverse proxy in front of Coder. How do I set up a wildcard domain for port forwarding?</summary>
222
+
### I'm using Caddy as my reverse proxy in front of Coder. How do I set up a wildcard domain for port forwarding?
257
223
258
224
Caddy requires your DNS provider's credentials to create wildcard certificates.
259
225
This involves building the Caddy binary
@@ -283,10 +249,7 @@ The updated Caddyfile configuration will look like this:
283
249
}
284
250
```
285
251
286
-
</details>
287
-
288
-
<details style="margin-bottom:28px;">
289
-
<summary style="font-size:larger; font-weight: bold;">Can I use local or remote Terraform Modules in Coder templates?</summary>
252
+
### Can I use local or remote Terraform Modules in Coder templates?
290
253
291
254
One way is to reference a Terraform module from a GitHub repo to avoid
292
255
duplication and then just extend it or pass template-specific
-[IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/pod-idea-icon)
390
-
</details>
391
345
392
-
<details style="margin-bottom:28px;">
393
-
<summary style="font-size:larger; font-weight: bold;">What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?</summary>
346
+
### What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?
394
347
395
348
Coder has an open-source project called
396
349
[`code-marketplace`](https://github.com/coder/code-marketplace) which is a
<summary style="font-size:larger; font-weight: bold;">Why am I getting this "remote host doesn't meet VS Code Server's prerequisites" error when opening up VSCode remote in a Linux environment?</summary>
465
+
### Why am I getting this "remote host doesn't meet VS Code Server's prerequisites" error when opening up VSCode remote in a Linux environment?
522
466
523
467

524
468
@@ -529,10 +473,7 @@ image or supported OS for the VS Code Server. For more information on OS
529
473
prerequisites for Linux, please look at the VSCode docs.