Merge branch 'master' of github.com:LukeSmithxyz/landchad

This commit is contained in:
Luke Smith 2021-09-14 14:09:24 -04:00
commit 4179489458
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jit
apt update -y</code></pre>
<p>
Ok. So now we can install Jitsi, but before we do that, let's the firewall <code>ufw</code>, in case you
Ok. So now we can install Jitsi, but before we do that, let's setup the firewall <code>ufw</code>, in case you
have it enabled, and the SSL certificate.
</p>
@ -90,7 +90,7 @@ ufw enable</code></pre>
<p>
When it ask you for the certification key and cert files, input
<code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/privkey.pem</code> and
<code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/cert.pem</code> respectively.
<code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/fullchain.pem</code> respectively.
</p>
<h2>Using Jitsi</h2>
@ -108,7 +108,7 @@ ufw enable</code></pre>
</ul>
<p>
<strong>When using a Jitsti app for the first time, remember to go to the "Settings" menu and change your server name to the Jitsi site you just created.</strong>
<strong>When using a Jitsi app for the first time, remember to go to the "Settings" menu and change your server name to the Jitsi site you just created.</strong>
</p>
<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>