Просмотр исходного кода

Use disable_guests=true for Riot

pull/20/head
Slavi Pantaleev 7 лет назад
Родитель
Сommit
3ecb16bbef
3 измененных файлов: 10 добавлений и 1 удалений
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -0
      docs/configuring-playbook-matrix-corporal.md
  3. +1
    -1
      roles/matrix-server/templates/riot-web/config.json.j2

+ 8
- 0
CHANGELOG.md Просмотреть файл

@@ -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


+ 1
- 0
docs/configuring-playbook-matrix-corporal.md Просмотреть файл

@@ -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):


+ 1
- 1
roles/matrix-server/templates/riot-web/config.json.j2 Просмотреть файл

@@ -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",


Загрузка…
Отмена
Сохранить