docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Add User for Internal Authentication not working
Hello,
thank you for your great solution. I have set it up using trafik and it is working pretty well. Only thing is that I cannot use the internal authentication.
I execute docker-compose exec prosody /bin/bash and the bash inside the container is started. But each time I try to execute a command just nothing happens. Neither prosodyctl --config /config/prosody.cfg.lua register username meet.jitsi passswordnor other command return anything. After a few minutes of waiting I just abort using ctrl + c. Do you have any idea, where this comes from?
No idea, but I haven't been able to reproduce this problem. The command doesn't return any output but it does its job.
I stumbled across the same or a similar issue. The register command (at least in my installation) is disabled by default. I had to use the adduser command instead, see https://github.com/jitsi/docker-jitsi-meet/issues/226
Maybe you give it a try...
Hello, I also have a problem.when I do "prosodyctl --config /config/prosody.cfg.lua adduser [email protected]" or "prosodyctl --config /config/prosody.cfg.lua register ywl meet.jitsi 1234" ,then tell me "Error: Account creation/modification not supported".why this?
Make sure these settings are enabled:
# Enable authentication
ENABLE_AUTH=1
# Enable guest access
ENABLE_GUESTS=1
# Select authentication type: internal, jwt or ldap
AUTH_TYPE=internal
More here: https://github.com/jitsi/docker-jitsi-meet/issues/443#issuecomment-644626792
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.