Pārlūkot izejas kodu

Clean up riot-web UI (disable custom URLs and guest usage)

This playbook does not set up guest access in Synapse anyway,
so until the need comes (or someone asks for it), guest access
is removed from riot-web's UI too.

As for supporting custom URLs, this is also not something
that seems like it'd be useful to most deployments.
pull/6/head
Slavi Pantaleev pirms 7 gadiem
vecāks
revīzija
1670a20937
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      roles/matrix-server/templates/riot-web/config.json.j2

+ 2
- 0
roles/matrix-server/templates/riot-web/config.json.j2 Parādīt failu

@@ -1,6 +1,8 @@
{ {
"default_hs_url": "https://{{ hostname_matrix }}", "default_hs_url": "https://{{ hostname_matrix }}",
"default_is_url": "https://vector.im", "default_is_url": "https://vector.im",
"disable_custom_urls": true,
"disable_guests": false,
"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",


Notiek ielāde…
Atcelt
Saglabāt