Skip to content

feat: Add documentation for workspace proxy creation #7377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 4, 2023
Prev Previous commit
Next Next commit
Add some comments
  • Loading branch information
Emyrk committed May 2, 2023
commit 953ed4fb8d3a1e0d45d1426d1e73faf4a482cd66
6 changes: 6 additions & 0 deletions docs/admin/workspaceproxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Other Status codes:

### Configuration

<!--
I am not sure the best way to present this.
Ideally in the future we can auto sync some of the settings with coderd.
-->
Workspace proxy configuration overlaps with a subset of the coderd configuration. To see the full list of configuration options: `coder proxy server --help`

```bash
Expand Down Expand Up @@ -88,3 +92,5 @@ CODER_TLS_KEY_FILE="<key_file_location>"
coder proxy server
```

<!-- Additional run options? -->