diff options
| author | Charbel Abi Daher <45701489+CharbelAD@users.noreply.github.com> | 2022-05-02 16:51:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 16:51:11 +0300 |
| commit | df453b12a8bcc14b0656ef8424dd8c2e2821afc5 (patch) | |
| tree | 6e475bd5cd14e9a69c3e3f69561ba4d0fe059570 | |
| parent | 8b55cba989f1b67e96235910a2e1a3b699909983 (diff) | |
Added link to Jitsi documentation on setting up authentication
| -rw-r--r-- | jitsi.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -113,6 +113,11 @@ ufw enable</code></pre> <p>When you create a video chatroom, its address will appear as <code><strong>meet.example.org/yourvideochatname</strong></code> and can be shared as such.</p> + <h3>Security</h3> + <p> + The default Jitsi configuration will allow anyone accessing your site to create a video chatroom. If you want to only allow certain people to create rooms, you can check out how to add authentication <a href="https://jitsi.github.io/handbook/docs/devops-guide/secure-domain" target="blank">here in the original documentation</a>. + </p> + <h2>More info</h2> <p> |
