mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 04:34:00 +00:00
Use disable_guests=true for Riot
This commit is contained in:
parent
7921799c6c
commit
3ecb16bbef
@ -1,3 +1,11 @@
|
|||||||
|
# 2018-10-24
|
||||||
|
|
||||||
|
## Disabling riot-web guests
|
||||||
|
|
||||||
|
From now on, Riot's configuration setting `disable_guests` would be set to `true`.
|
||||||
|
The homeserver was rejecting guests anyway, so this is just a cosmetic change affecting Riot's UI.
|
||||||
|
|
||||||
|
|
||||||
# 2018-10-21
|
# 2018-10-21
|
||||||
|
|
||||||
## Self-check maintenance command
|
## Self-check maintenance command
|
||||||
|
@ -39,6 +39,7 @@ No matter what Matrix user id you configure to run it with, make sure that:
|
|||||||
|
|
||||||
- the Matrix Corporal user is joined and has Admin/Moderator-level access to any rooms you want it to manage
|
- the Matrix Corporal user is joined and has Admin/Moderator-level access to any rooms you want it to manage
|
||||||
|
|
||||||
|
|
||||||
## Matrix Corporal files
|
## Matrix Corporal files
|
||||||
|
|
||||||
The following local filesystem paths are mounted in the `matrix-corporal` container and can be used in your configuration (or policy):
|
The following local filesystem paths are mounted in the `matrix-corporal` container and can be used in your configuration (or policy):
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"default_hs_url": "{{ matrix_homeserver_url }}",
|
"default_hs_url": "{{ matrix_homeserver_url }}",
|
||||||
"default_is_url": "{{ matrix_identity_server_url }}",
|
"default_is_url": "{{ matrix_identity_server_url }}",
|
||||||
"disable_custom_urls": true,
|
"disable_custom_urls": true,
|
||||||
"disable_guests": false,
|
"disable_guests": true,
|
||||||
"brand": "Riot",
|
"brand": "Riot",
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
|
Loading…
Reference in New Issue
Block a user