Jitsi

    If you run it through docker-compose, there is a .env file and point the configuration in ~/.jitsi-meet-cfg (useful to store certificates)

    Users

    First go into the instance docker-compose exec prosody bash

    • add user: prosodyctl --config /config/prosody.cfg.lua register MyUser meet.jitsi ThePassword
    • list users: find /config/data/meet%2ejitsi/accounts -type f -exec basename {} .dat \;
    • delete user: prosodyctl --config /config/prosody.cfg.lua unregister MyUser meet.jitsi

    source