Skip to content

Commit b6f023c

Browse files
committed
make fmt
1 parent cabfafa commit b6f023c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/faqs.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ If the license is in a file:
3131
coder licenses add -f <path/filename>
3232
```
3333

34-
3534
### I'm experiencing networking issues, so want to disable Tailscale, STUN, Direct connections and force use of websockets
3635

3736
The primary developer use case is a local IDE connecting over SSH to a Coder
@@ -59,14 +58,12 @@ troubleshooting.
5958
| [`CODER_DERP_SERVER_STUN_ADDRESSES`](https://coder.com/docs/v2/latest/cli/server#--derp-server-stun-addresses) | `"disable"` | Disables STUN |
6059
| [`CODER_DERP_FORCE_WEBSOCKETS`](https://coder.com/docs/v2/latest/cli/server#--derp-force-websockets) | `true` | Forces websockets over Tailscale DERP |
6160

62-
6361
### How do I configure NGINX as the reverse proxy in front of Coder?
6462

6563
[This doc](https://github.com/coder/coder/tree/main/examples/web-server/nginx#configure-nginx)
6664
in our repo explains in detail how to configure NGINX with Coder so that our
6765
Tailscale Wireguard networking functions properly.
6866

69-
7067
### How do I hide some of the default icons in a workspace like VS Code Desktop, Terminal, SSH, Ports?
7168

7269
The visibility of Coder apps is configurable in the template. To change the
@@ -86,7 +83,6 @@ of a template and configure as needed:
8683

8784
This example will hide all built-in coder_app icons except the web terminal.
8885

89-
9086
### I want to allow code-server to be accessible by other users in my deployment.
9187

9288
> It is **not** recommended to share a web IDE, but if required, the following
@@ -117,7 +113,6 @@ resource "coder_app" "code-server" {
117113
}
118114
```
119115

120-
121116
### I installed Coder and created a workspace but the icons do not load.
122117

123118
An important concept to understand is that Coder creates workspaces which have
@@ -142,7 +137,6 @@ coder server --access-url http://localhost:3000 --address 0.0.0.0:3000
142137
> Even `coder server` which creates a reverse proxy, will let you use
143138
> http://localhost to access Coder from a browser.
144139

145-
146140
### I updated a template, and an existing workspace based on that template fails to start.
147141

148142
When updating a template, be aware of potential issues with input variables. For
@@ -163,7 +157,6 @@ potentially saving the workspace from a failed status.
163157
coder update --always-prompt <workspace name>
164158
```
165159

166-
167160
### I'm running coder on a VM with systemd but latest release installed isn't showing up.
168161

169162
Take, for example, a Coder deployment on a VM with a 2 shared vCPU systemd
@@ -179,7 +172,6 @@ sudo systemctl daemon-reload
179172
sudo systemctl restart coder.service
180173
```
181174

182-
183175
### I'm using the built-in Postgres database and forgot admin email I set up.
184176

185177
1. Run the `coder server` command below to retrieve the `psql` connection URL
@@ -193,7 +185,6 @@ coder server postgres-builtin-url
193185
psql "postgres://coder@localhost:53737/coder?sslmode=disable&password=I2S...pTk"
194186
```
195187

196-
197188
### How to find out Coder's latest Terraform provider version?
198189

199190
[Coder is on the HashiCorp's Terraform registry](https://registry.terraform.io/providers/coder/coder/latest).
@@ -203,7 +194,6 @@ Sometimes, the version may change and `resource` configurations will either
203194
become deprecated or new ones will be added when you get warnings or errors
204195
creating and pushing templates.
205196

206-
207197
### How can I set up TLS for my deployment and not create a signed certificate?
208198

209199
Caddy is an easy-to-configure reverse proxy that also automatically creates
@@ -229,7 +219,6 @@ coder.example.com {
229219
}
230220
```
231221

232-
233222
### I'm using Caddy as my reverse proxy in front of Coder. How do I set up a wildcard domain for port forwarding?
234223

235224
Caddy requires your DNS provider's credentials to create wildcard certificates.
@@ -260,7 +249,6 @@ The updated Caddyfile configuration will look like this:
260249
}
261250
```
262251

263-
264252
### Can I use local or remote Terraform Modules in Coder templates?
265253

266254
One way is to reference a Terraform module from a GitHub repo to avoid
@@ -318,7 +306,6 @@ defaults to Google's STUN servers, so you can either create your STUN server in
318306
your network or disable and force all traffic through the control plane's DERP
319307
proxy.
320308

321-
322309
### Create a randomized computer_name for an Azure VM
323310

324311
Azure VMs have a 15 character limit for the `computer_name` which can lead to
@@ -334,7 +321,6 @@ locals {
334321
}
335322
```
336323

337-
338324
### Do you have example JetBrains Gateway templates?
339325

340326
In August 2023, JetBrains certified the Coder plugin signifying enhanced
@@ -383,7 +369,6 @@ https://github.com/sharkymark/v2-templates/blob/main/vs-code-server/main.tf
383369
> Note: these are example templates with no SLAs on them and are not guaranteed
384370
> for long-term support.
385371

386-
387372
### I want to run Docker for my workspaces but not install Docker Desktop.
388373

389374
[Colima](https://github.com/abiosoft/colima) is a Docker Desktop alternative.
@@ -419,7 +404,6 @@ Colima will show the path to the docker socket so we have a
419404
[community template](https://github.com/sharkymark/v2-templates/tree/main/docker-code-server)
420405
that prompts the Coder admin to enter the docker socket as a Terraform variable.
421406

422-
423407
### How to make a `coder_app` optional?
424408

425409
An example use case is the user should decide if they want a browser-based IDE
@@ -478,7 +462,6 @@ resource "coder_app" "code-server" {
478462
}
479463
```
480464

481-
482465
### 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?
483466

484467
![VS Code Server prerequisite](https://github.com/coder/coder/assets/10648092/150c5996-18b1-4fae-afd0-be2b386a3239)
@@ -490,7 +473,6 @@ image or supported OS for the VS Code Server. For more information on OS
490473
prerequisites for Linux, please look at the VSCode docs.
491474
https://code.visualstudio.com/docs/remote/linux#_local-linux-prerequisites
492475

493-
494476
### How can I resolve disconnects when connected to Coder via JetBrains Gateway?
495477

496478
If your JetBrains IDE is disconnected for a long period of time due to a network
@@ -519,4 +501,3 @@ Note that the JetBrains Gateway configuration blocks for each host in your SSH
519501
config file will be overwritten by the JetBrains Gateway client when it
520502
re-authenticates to your Coder deployment so you must add the above config as a
521503
separate block and not add it to any existing ones.
522-

0 commit comments

Comments
 (0)