Skip to content

Commit d7bb2e6

Browse files
authored
doc: clarify HTTP vs HTTPS in README
1 parent 8bfe7fb commit d7bb2e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ follow these steps:
3434
* Create a ``.env`` file by copying and adjusting ``env.example``.
3535
* `cp env.example .env`
3636
* Run ``docker-compose up -d``.
37-
* Access the web UI at ``https://localhost:8443`` (or ``http://localhost:8000`` for HTTP, or
38-
a different port, in case you edited the compose file).
37+
* Access the web UI at ``https://localhost:8443`` (or a different port, in case you edited the compose file).
38+
39+
Note that HTTP (not HTTPS) is also available (on port 8000, by default), but that's e.g. for a reverse proxy setup;
40+
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_.
3941

4042
If you want to use jigasi too, first configure your env file with SIP credentials
4143
and then run Docker Compose as follows: ``docker-compose -f docker-compose.yml -f jigasi.yml up``

0 commit comments

Comments
 (0)