jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.06k stars 1.36k forks source link

Incorrect instruction to add user to prosody #226

Open digital-codes opened 4 years ago

digital-codes commented 4 years ago

Instructions in readme need update: user registration is disabled by default in prosody, so command prosodyctl --config /config/prosody.cfg.lua register username meet.jitsi passsword doens not work. Please change instruction to use command adduser instead of register, like prosodyctl --config /config/prosody.cfg.lua adduser xyz@meet.jitsi then provide password on command line.

daaaaan commented 4 years ago

this also fixed my issue #216

saghul commented 4 years ago

I have never been able to reproduce this. Have you made changes to the Prosody config in any way?

digital-codes commented 4 years ago

Not that I'm aware of. I just enabled the internal authentication in the environment file. But maybe the issue some others brought up about "no response from register" is related to something else: the docu says "register" is a batch command, so you wouldn't expect a response unless it fails (which it did in my case)

saghul commented 4 years ago

@digital-codes Can you please give the latest images a try? That's 4101-2. Prosody was updated there.