NixOS / infra

NixOS configurations for nixos.org and its servers
MIT License
208 stars 91 forks source link

non-critical-infra: init jitsi #404

Open Janik-Haag opened 3 months ago

Janik-Haag commented 3 months ago

This config still contains a bug where lobby-autostart kicks the moderator after joining using the secure domain bypass

The jitsi config has the lobby enabled for every-room by-default, this means only people that get access will be able to join. Access control is done using the Secure Domain Lobby Bypass plugin and should be changed to Token Lobby Bypass once we have a IDP.

Adding users for Secure Domain Lobby Bypass has to be done in a imperativ way using:

prosodyctl register <username> jitsi.nixos.org <password>

Depends on nixos/nixpkgs#297809 And the DNS records are still missing from the pr.

delroth commented 2 months ago

ref #401

delroth commented 2 months ago

And the DNS records are still missing from the pr.

Can you maybe send that as a separate PR ahead of time? Do we know on which machine we're deploying this at this point? (caliban?)