droplet-1-clicks
droplet-1-clicks copied to clipboard
Issue With One Click Jitsi Server - Get Started Documentation
There is an issue with an incomplete instruction at the bottom of the 'Get Started' link that appears next to the one click Jitsi Server once deployed. Toward the bottom of the instructions it states:
Edit /etc/jitsi/jicofo/jicofo.conf by switching to a configuration like this
jicofo {
This shall enable users to enter the conference with and URL or the URL and a plain password that can be configured in the browser and is the same for all users. See Jitsi documentation for the details.
Switch to a configuration file with 'jicofo {' doesn't make any sense. Appears to be an incomplete statement or thought.
- What does work here is using:
sudo nano /etc/jitsi/jicofo/sip-communicator.properties
- This generates a new file in the Jicofo directory
- add a new line in the blank file: org.jitsi.jicofo.auth.URL=XMPP: withyoururl.com
- Save/Exit
The rest of the instructions worked fantastic. Thank you!