mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
added documentation notes about self-signed certs
This commit is contained in:
parent
986c3e5fa2
commit
d34f5d8920
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue