From eb2bb2a451eb3474466010370aba1cadf8e81062 Mon Sep 17 00:00:00 2001 From: Tai Date: Sat, 9 Jan 2021 14:35:35 -0800 Subject: [PATCH] Update README.md --- jitsi-meet/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jitsi-meet/README.md b/jitsi-meet/README.md index 552b2d0..ebeb770 100644 --- a/jitsi-meet/README.md +++ b/jitsi-meet/README.md @@ -1,6 +1,8 @@ ### Intro This guide references: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker as the original source for installation. +Currently this method is very basic and hosts an instance of jitsi without video recording and without authentication. Anyone with link can start a video conference. You would have to play around with .env and refer to the documentation to do these things. + ### Minimum File Structure ``` /home/ @@ -276,7 +278,7 @@ networks: ### .env Here you want to edit the PUBLIC_URL to match your subdomain.example.com -Then after saving this. Run the script called ./gen-passwords.sh to generate the 6 passwords. +Then after saving this, run the script called ./gen-passwords.sh to generate the 6 passwords in the first few lines. ``` # shellcheck disable=SC2034