Преглед изворни кода

Merge pull request #79 from TheLastProject/fix/scalar_widgets_auth

Fix scalar widgets
pull/81/head
Slavi Pantaleev пре 7 година
committed by GitHub
родитељ
комит
2d711555fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са 3 додато и 3 уклоњено
  1. +2
    -2
      roles/matrix-riot-web/defaults/main.yml
  2. +1
    -1
      roles/matrix-riot-web/templates/config.json.j2

+ 2
- 2
roles/matrix-riot-web/defaults/main.yml Прегледај датотеку

@@ -12,7 +12,7 @@ matrix_riot_web_disable_custom_urls: true
matrix_riot_web_disable_guests: true matrix_riot_web_disable_guests: true
matrix_riot_web_integrations_ui_url: "https://scalar.vector.im/" matrix_riot_web_integrations_ui_url: "https://scalar.vector.im/"
matrix_riot_web_integrations_rest_url: "https://scalar.vector.im/api" matrix_riot_web_integrations_rest_url: "https://scalar.vector.im/api"
matrix_riot_web_integrations_widgets_urls: "https://scalar.vector.im/api"
matrix_riot_web_integrations_widgets_urls: ["https://scalar.vector.im/api"]
matrix_riot_web_integrations_jitsi_widget_url: "https://scalar.vector.im/api/widgets/jitsi.html" matrix_riot_web_integrations_jitsi_widget_url: "https://scalar.vector.im/api/widgets/jitsi.html"
# Riot public room directory server(s) # Riot public room directory server(s)
matrix_riot_web_roomdir_servers: ['matrix.org'] matrix_riot_web_roomdir_servers: ['matrix.org']
@@ -29,4 +29,4 @@ matrix_riot_web_homepage_template_technical: true
# Show building services on Matrix row # Show building services on Matrix row
matrix_riot_web_homepage_template_building: true matrix_riot_web_homepage_template_building: true
# Show contributing code to Matrix and Riot row # Show contributing code to Matrix and Riot row
matrix_riot_web_homepage_template_contributing: true
matrix_riot_web_homepage_template_contributing: true

+ 1
- 1
roles/matrix-riot-web/templates/config.json.j2 Прегледај датотеку

@@ -6,7 +6,7 @@
"brand": "Riot", "brand": "Riot",
"integrations_ui_url": "{{ matrix_riot_web_integrations_ui_url }}", "integrations_ui_url": "{{ matrix_riot_web_integrations_ui_url }}",
"integrations_rest_url": "{{ matrix_riot_web_integrations_rest_url }}", "integrations_rest_url": "{{ matrix_riot_web_integrations_rest_url }}",
"integrations_widgets_urls": "{{ matrix_riot_web_integrations_widgets_urls }}",
"integrations_widgets_urls": {{ matrix_riot_web_integrations_widgets_urls|to_json }},
"integrations_jitsi_widget_url": "{{ matrix_riot_web_integrations_jitsi_widget_url }}", "integrations_jitsi_widget_url": "{{ matrix_riot_web_integrations_jitsi_widget_url }}",
"bug_report_endpoint_url": "https://riot.im/bugreports/submit", "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"enableLabs": true, "enableLabs": true,


Loading…
Откажи
Сачувај