Hi,
I’m just starting with docker-jitsi-meet and wanted to enforce authentication both for creating and joining to rooms. I’ve followed the steps described in https://github.com/jitsi/docker-jitsi-meet and set
ENABLE_AUTH=1
ENABLE_GUESTS=0
in my .env file
Both variables are also mentioned in “environment” section of docker-compose file.
Still when I run “docker-compose up” I can create rooms freely without being prompted to log in.
Also when I tried to create user accounts by calling:
docker-compose exec prosody /bin/bash
prosodyctl --config /config/prosody.cfg.lua register user meet.jitsi password
I got an error message: Error: Account creation/modification not supported.
.env (1.6 KB)
docker-compose.yml (2.7 KB)
Do you have an idea where can be the problem?
Thanks.