Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

15 Zeilen
972 B

  1. ---
  2. # Configuration that can be injected into a `/.well-known/matrix/client` file,
  3. # to let synapse-admin users use any synapse-admin instance and still get synapse-admin auto-configured correctly.
  4. # See: https://github.com/etkecc/synapse-admin/pull/126
  5. #
  6. # This duplicates `roles/custom/matrix-synapse-admin/templates/config.json.j2` and is usable by other roles directly.
  7. # Alternatively, `matrix_synapse_admin_configuration` may have been used instead of this variable, but that one does not work reliably
  8. # when used outside the context of this role, because `lookup('template', 'templates/config.json.j2')` only does the right thing in the context of this role.
  9. matrix_synapse_admin_well_known_client_configuration:
  10. restrictBaseUrl: "{{ matrix_synapse_admin_config_restrictBaseUrl }}"
  11. asManagedUsers: "{{ matrix_synapse_admin_config_asManagedUsers }}"
  12. supportURL: "{{ matrix_synapse_admin_config_supportURL }}"
  13. menu: "{{ matrix_synapse_admin_config_menu }}"