Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

50 lines
2.6 KiB

  1. {
  2. "default_server_config": {
  3. "m.homeserver": {
  4. "base_url": {{ matrix_client_schildichat_default_hs_url | string | to_json }},
  5. "server_name": {{ matrix_client_schildichat_default_server_name | string | to_json }}
  6. },
  7. "m.identity_server": {
  8. "base_url": {{ matrix_client_schildichat_default_is_url | string | to_json }}
  9. }
  10. },
  11. "setting_defaults": {
  12. "custom_themes": {{ matrix_client_schildichat_setting_defaults_custom_themes | to_json }}
  13. },
  14. "default_theme": {{ matrix_client_schildichat_default_theme | string | to_json }},
  15. "default_country_code": {{ matrix_client_schildichat_default_country_code | string | to_json }},
  16. "permalink_prefix": {{ matrix_client_schildichat_permalink_prefix | string | to_json }},
  17. "disable_custom_urls": {{ matrix_client_schildichat_disable_custom_urls | to_json }},
  18. "disable_guests": {{ matrix_client_schildichat_disable_guests | to_json }},
  19. "brand": {{ matrix_client_schildichat_brand | to_json }},
  20. "integrations_ui_url": {{ matrix_client_schildichat_integrations_ui_url | string | to_json }},
  21. "integrations_rest_url": {{ matrix_client_schildichat_integrations_rest_url | string | to_json }},
  22. "integrations_widgets_urls": {{ matrix_client_schildichat_integrations_widgets_urls | to_json }},
  23. "integrations_jitsi_widget_url": {{ matrix_client_schildichat_integrations_jitsi_widget_url | string | to_json }},
  24. "bug_report_endpoint_url": {{ matrix_client_schildichat_bug_report_endpoint_url | to_json }},
  25. "show_labs_settings": {{ matrix_client_schildichat_show_lab_settings | to_json }},
  26. "room_directory": {
  27. "servers": {{ matrix_client_schildichat_room_directory_servers | to_json }}
  28. },
  29. "welcome_user_id": {{ matrix_client_schildichat_welcome_user_id | to_json }},
  30. {% if matrix_client_schildichat_enable_presence_by_hs_url is not none %}
  31. "enable_presence_by_hs_url": {{ matrix_client_schildichat_enable_presence_by_hs_url | to_json }},
  32. {% endif %}
  33. "embedded_pages": {
  34. "homeUrl": {{ matrix_client_schildichat_embedded_pages_home_url | string | to_json }}
  35. },
  36. {% if matrix_client_schildichat_jitsi_preferred_domain %}
  37. "jitsi": {
  38. "preferred_domain": {{ matrix_client_schildichat_jitsi_preferred_domain | to_json }}
  39. },
  40. {% endif %}
  41. {% if matrix_client_schildichat_location_sharing_enabled %}
  42. "map_style_url": "https://{{ matrix_server_fqn_schildichat }}/map_style.json",
  43. {% endif %}
  44. "branding": {
  45. "auth_footer_links": {{ matrix_client_schildichat_branding_auth_footer_links | to_json }},
  46. "auth_header_logo_url": {{ matrix_client_schildichat_branding_auth_header_logo_url | to_json }},
  47. "welcome_background_url": {{ matrix_client_schildichat_branding_welcome_background_url | to_json }}
  48. }
  49. }