You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,10 @@ follow these steps:
34
34
* Create a ``.env`` file by copying and adjusting ``env.example``.
35
35
*`cp env.example .env`
36
36
* 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_.
39
41
40
42
If you want to use jigasi too, first configure your env file with SIP credentials
41
43
and then run Docker Compose as follows: ``docker-compose -f docker-compose.yml -f jigasi.yml up``
0 commit comments