Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add room_list_publication_rules #162

Closed
nbuechner opened this issue Jan 28, 2024 · 0 comments · Fixed by #315
Closed

Add room_list_publication_rules #162

nbuechner opened this issue Jan 28, 2024 · 0 comments · Fixed by #315

Comments

@nbuechner
Copy link

nbuechner commented Jan 28, 2024

Steps to reproduce

Publish a room on the ubuntu.com homeserver. The server allows this.

Outcome

Only users on the whitelist are allowed to publish rooms on the ubuntu.com homeserver.
Please add this list of users to room_list_publication_rules in the homeserver.yaml to enable this limitation:


room_list_publication_rules:
 - user_id: "@n.buechner:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@ilvipero:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@merlijn-sebrechts:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@arraybolt3:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@seth-arnold:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@ulfnic:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@aaronprisk:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@kewisch:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@ravage:xentonix.net"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "@arraybolt3:matrix.org"
   alias: "*"
   room_id: "*"
 - user_id: "@kohutek:ubuntu.com"
   alias: "*"
   room_id: "*"
 - user_id: "@hggdh2:ubuntu.com"
   alias: "*"
   room_id: "*"
 - user_id: "@gschiano:ubuntu.com"
   alias: "*"
   room_id: "*"
   action: allow
 - user_id: "*"
   alias: "*"
   room_id: "*"
   action: deny

Client information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant