Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

17 righe
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