Browse Source

Update README.md

pull/4/head
Tai 5 years ago
parent
commit
eb2bb2a451
  1. 4
      jitsi-meet/README.md

4
jitsi-meet/README.md

@ -1,6 +1,8 @@
### Intro ### Intro
This guide references: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker as the original source for installation. 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 ### Minimum File Structure
``` ```
/home/ /home/
@ -276,7 +278,7 @@ networks:
### .env ### .env
Here you want to edit the PUBLIC_URL to match your subdomain.example.com 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 # shellcheck disable=SC2034

Loading…
Cancel
Save