2017-07-31 20:07:30 +00:00
|
|
|
{
|
2020-02-24 13:55:00 +00:00
|
|
|
"default_server_config": {
|
|
|
|
"m.homeserver": {
|
|
|
|
"base_url": {{ matrix_riot_web_default_hs_url|string|to_json }},
|
2020-02-24 14:00:43 +00:00
|
|
|
"server_name": {{ matrix_riot_web_default_server_name|string|to_json }}
|
2020-02-24 13:55:00 +00:00
|
|
|
},
|
|
|
|
"m.identity_server": {
|
|
|
|
"base_url": {{ matrix_riot_web_default_is_url|string|to_json }}
|
|
|
|
}
|
|
|
|
},
|
2020-02-26 06:40:25 +00:00
|
|
|
"settingDefaults": {
|
|
|
|
"custom_themes": {{ matrix_riot_web_settingDefaults_custom_themes|to_json }}
|
|
|
|
},
|
2020-04-28 10:10:33 +00:00
|
|
|
"default_theme": {{ matrix_riot_web_default_theme|string|to_json }},
|
|
|
|
"permalinkPrefix": {{ matrix_riot_web_permalinkPrefix|string|to_json }},
|
2019-01-26 07:37:26 +00:00
|
|
|
"disable_custom_urls": {{ matrix_riot_web_disable_custom_urls|to_json }},
|
|
|
|
"disable_guests": {{ matrix_riot_web_disable_guests|to_json }},
|
2019-07-17 13:56:15 +00:00
|
|
|
"brand": {{ matrix_riot_web_brand|to_json }},
|
2019-05-06 08:10:27 +00:00
|
|
|
"integrations_ui_url": {{ matrix_riot_web_integrations_ui_url|string|to_json }},
|
|
|
|
"integrations_rest_url": {{ matrix_riot_web_integrations_rest_url|string|to_json }},
|
2019-01-26 07:37:26 +00:00
|
|
|
"integrations_widgets_urls": {{ matrix_riot_web_integrations_widgets_urls|to_json }},
|
2019-05-06 08:10:27 +00:00
|
|
|
"integrations_jitsi_widget_url": {{ matrix_riot_web_integrations_jitsi_widget_url|string|to_json }},
|
2019-01-26 07:37:26 +00:00
|
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
|
|
|
"enableLabs": true,
|
|
|
|
"roomDirectory": {
|
|
|
|
"servers": {{ matrix_riot_web_roomdir_servers|to_json }}
|
|
|
|
},
|
2019-06-14 04:40:24 +00:00
|
|
|
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }},
|
2019-04-27 22:09:21 +00:00
|
|
|
{% if matrix_riot_web_enable_presence_by_hs_url is not none %}
|
2019-05-07 07:35:51 +00:00
|
|
|
"enable_presence_by_hs_url": {{ matrix_riot_web_enable_presence_by_hs_url|to_json }},
|
2019-04-25 21:27:45 +00:00
|
|
|
{% endif %}
|
2019-02-16 09:48:17 +00:00
|
|
|
"embeddedPages": {
|
2019-05-07 07:35:51 +00:00
|
|
|
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }}
|
2020-03-03 21:16:52 +00:00
|
|
|
},
|
2020-04-11 22:09:22 +00:00
|
|
|
{% if matrix_riot_web_jitsi_preferredDomain %}
|
2020-03-23 15:19:15 +00:00
|
|
|
"jitsi": {
|
2020-04-01 15:11:12 +00:00
|
|
|
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }}
|
2020-03-23 15:19:15 +00:00
|
|
|
},
|
|
|
|
{% endif %}
|
2020-03-03 21:16:52 +00:00
|
|
|
"branding": {
|
2020-03-06 13:31:15 +00:00
|
|
|
"authFooterLinks": {{ matrix_riot_web_branding_authFooterLinks|to_json }},
|
|
|
|
"authHeaderLogoUrl": {{ matrix_riot_web_branding_authHeaderLogoUrl|to_json }},
|
|
|
|
"welcomeBackgroundUrl": {{ matrix_riot_web_branding_welcomeBackgroundUrl|to_json }}
|
2019-02-16 09:48:17 +00:00
|
|
|
}
|
2018-11-03 01:14:03 +00:00
|
|
|
}
|