feat: Add port forward button (#4167)

This commit is contained in:
Bruno Quaresma
2022-09-26 14:56:17 +00:00
committed by GitHub
parent 413bfb8d58
commit c37ecdb9ff
11 changed files with 248 additions and 6 deletions
+9
View File
@@ -14,6 +14,15 @@ should not be localhost.
> Access URL should be a external IP address or domain with DNS records pointing to Coder.
## Wildcard access URL
`CODER_WILDCARD_ACCESS_URL` is necessary for [port forwarding](../networking/port-forwarding.md#dashboard)
via the dashboard or running [coder_apps](../templates.md#coder-apps) on an absolute path. Set this to a wildcard
subdomain that resolves to Coder (e.g. `*.coder.example.com`).
> If you are providing TLS certificates directly to the Coder server, you must use a single certificate for the
> root and wildcard domains. Multi-certificate support [is planned](https://github.com/coder/coder/pull/4150).
## PostgreSQL Database
Coder uses a PostgreSQL database to store users, workspace metadata, and other deployment information.