From 1ebc53529aaf8c8be4b5c2bcac264eac114a4b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 13 Mar 2020 21:05:21 +0100 Subject: [PATCH] doc: make localhost link in README clickable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01857b1..6a8550e 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ follow these steps: * `cp env.example .env` * `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb}` * Run ``docker-compose up -d``. -* Access the web UI at ``https://localhost:8443`` (or a different port, in case you edited the compose file). - +* Access the web UI at [``https://localhost:8443``](https://localhost:8443) (or a different port, in case you edited the compose file). + Note that HTTP (not HTTPS) is also available (on port 8000, by default), but that's e.g. for a reverse proxy setup; direct access via HTTP instead HTTPS leads to WebRTC errors such as _Failed to access your microphone/camera: Cannot use microphone/camera for an unknown reason. Cannot read property 'getUserMedia' of undefined_ or _navigator.mediaDevices is undefined_.