-
Notifications
You must be signed in to change notification settings - Fork 52
Users with a specific email domain should have a server
you need a group for admins which are alloed to creat new servers on the jitsi-admin
Add now add a admin Users to the group which you just have created
set in the env.local: laf_CreateServerOpenToEveryone=0
laf_keycloakGroupToCreateServer=/admin
laf_administratorEmail=myAdmin@localhost.de
The ServerId you can find in the database or when you hover over the server setting in the url
start up a console in the jitsi-admin directory and type:
php bin/console app:connectServerAndGroups <serverId> <emaildomain>
f.e.:
php bin/console app:connectServerAndGroups 1 example.com
The ServerId you can find in the database or when you hover over the server setting in the url
start up a console in the jitsi-admin director and type:
php bin/console app:removeServerAndGroups <serverId> <emaildomain>
now all users with the domain example.com (info@example.com, support@example.com, hans.hase@example.com) can now create Rooms on the server 1