added documentation notes about self-signed certs

This commit is contained in:
vpalmisano 2021-04-09 19:12:53 +02:00
parent 986c3e5fa2
commit d34f5d8920

View file

@ -21,7 +21,11 @@ Accessing endpoints:
- Prometheus: http://127.0.0.1:9090/
- Grafana: http://127.0.0.1:9091/ (user:pass `admin`:`admin`)
Rebuild app:
Note: to use the https://127.0.0.1:3443/ endpoint, visit first
https://127.0.0.1:8443/ accepting the self-signed certificate exception valid
also for the websocket connection.
Rebuild the web application bundle:
```sh
docker-compose exec edumeet sh -c "cd app && yarn && yarn build"