Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

17 líneas
656 B

  1. #jinja2: lstrip_blocks: "True"
  2. id: matrix-hookshot # This can be anything, but must be unique within your homeserver
  3. as_token: {{ matrix_hookshot_appservice_token|to_json }} # This again can be a random string
  4. hs_token: {{ matrix_hookshot_homeserver_token|to_json }} # ..as can this
  5. namespaces:
  6. rooms: []
  7. users:
  8. - regex: "@_github_.*:{{ matrix_domain }}"
  9. exclusive: true
  10. aliases:
  11. - regex: "#github_.+:{{ matrix_domain }}"
  12. exclusive: true
  13. sender_localpart: hookshot
  14. url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
  15. rate_limited: false