2
2
3
3
Coder server's primary configuration is done via environment variables. For a
4
4
full list of the options, run ` coder server --help ` or see our
5
- [ CLI documentation] ( ../reference/cli/server.md ) .
5
+ [ CLI documentation] ( ../../ reference/cli/server.md ) .
6
6
7
7
## Access URL
8
8
@@ -40,8 +40,8 @@ coder server
40
40
## Wildcard access URL
41
41
42
42
` CODER_WILDCARD_ACCESS_URL ` is necessary for
43
- [ port forwarding] ( ../admin/ networking/port-forwarding.md#dashboard ) via the
44
- dashboard or running [ coder_apps] ( ../admin/ templates/README.md ) on an absolute
43
+ [ port forwarding] ( ../networking/port-forwarding.md#dashboard ) via the
44
+ dashboard or running [ coder_apps] ( ../templates/README.md ) on an absolute
45
45
path. Set this to a wildcard subdomain that resolves to Coder (e.g.
46
46
` *.coder.example.com ` ).
47
47
@@ -51,8 +51,8 @@ If you are providing TLS certificates directly to the Coder server, either
51
51
2 . Configure multiple certificates and keys via
52
52
[ ` coder.tls.secretNames ` ] ( https://github.com/coder/coder/blob/main/helm/coder/values.yaml )
53
53
in the Helm Chart, or
54
- [ ` --tls-cert-file ` ] ( ../reference/cli/server.md#--tls-cert-file ) and
55
- [ ` --tls-key-file ` ] ( ../reference/cli/server.md#--tls-key-file ) command line
54
+ [ ` --tls-cert-file ` ] ( ../../ reference/cli/server.md#--tls-cert-file ) and
55
+ [ ` --tls-key-file ` ] ( ../../ reference/cli/server.md#--tls-key-file ) command line
56
56
options (these both take a comma separated list of files; list certificates
57
57
and their respective keys in the same order).
58
58
@@ -145,10 +145,10 @@ integrations with git providers, such as GitHub, GitLab, and Bitbucket etc.
145
145
External authentication can also be used to integrate with external services
146
146
like JFrog Artifactory and others.
147
147
148
- Please refer to the [external authentication](../admin/ external-auth.md) section
148
+ Please refer to the [external authentication](../external-auth.md) section
149
149
for more information.
150
150
151
151
# # Up Next
152
152
153
- - [Learn how to setup and manage templates](./templates/README.md)
154
- - [Setup external provisioners](./provisioners.md)
153
+ - [Learn how to setup and manage templates](.. /templates/README.md)
154
+ - [Setup external provisioners](.. /provisioners.md)
0 commit comments