Skip to content

Commit fe3de8d

Browse files
committed
Local project is setup on given domain, not project.domain
1 parent 53fae55 commit fe3de8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/docs/how-tos/nebari-local.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ If the deployment is successful, you will see the following output:
186186
```bash
187187
[terraform]: Nebari deployed successfully
188188
Services:
189-
- argo-workflows -> https://projectname.domain/argo/
190-
- conda_store -> https://projectname.domain/conda-store/
191-
- dask_gateway -> https://projectname.domain/gateway/
192-
- jupyterhub -> https://projectname.domain/
193-
- keycloak -> https://projectname.domain/auth/
194-
- monitoring -> https://projectname.domain/monitoring/
189+
- argo-workflows -> https://domain/argo/
190+
- conda_store -> https://domain/conda-store/
191+
- dask_gateway -> https://domain/gateway/
192+
- jupyterhub -> https://domain/
193+
- keycloak -> https://domain/auth/
194+
- monitoring -> https://domain/monitoring/
195195
Kubernetes kubeconfig located at file:///tmp/NEBARI_KUBECONFIG
196196
Kubecloak master realm username=root *****
197197
...
@@ -202,10 +202,10 @@ Kubecloak master realm username=root *****
202202
Finally, if everything is set properly you should be able to cURL the JupyterHub Server. Run
203203

204204
```
205-
curl -k https://projectname.domain/hub/login
205+
curl -k https://domain/hub/login
206206
```
207207
208-
It's also possible to visit `https://projectname.domain` in your web browser to select the deployment.
208+
It's also possible to visit `https://domain` in your web browser to select the deployment.
209209
As default for a local deployment the https certificates generated during deployments aren't signed by a recognized [Certificate Authority (CA)](https://en.wikipedia.org/wiki/Certificate_authority) and are self-signed by [Traefik](https://github.com/traefik/traefik) instead.
210210
211211
Several browsers makes it difficult to view a self-signed certificate that are not added to the certificate registry. So, if you do not want to use Let's Encrypt, you can use the following workarounds to properly view the pages:

0 commit comments

Comments
 (0)