Advanced Search
Search Results
2 total results found
Assigning Groups
Lix infrastructure guide
Auth/SSO systems
See How do permissions work? for implementation details. tldr; Go to the admin console (no trailing slash) Go to Groups -> YourGroupHere -> Members Add/Remove members as needed Note: most permissions only update after logging out and back into the appropriat...
Creating Matrix Rooms/Spaces
Lix infrastructure guide
actual explanation will follow, tldr; here: create room with the matrix API or a client that allows you to set powerlevel 101: curl -H "Authorization: Bearer SNIP" -X POST http://localhost:8008/_matrix/client/v3/createRoom -d '{"power_level_content_override":...