Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

20 строки
728 B

  1. # A unique, user-defined ID of the application service which will never change.
  2. id: "Cactus Comments"
  3. # Where the cactus-appservice is hosted:
  4. url: "http://matrix-cactus-comments:{{ matrix_cactus_comments_container_port }}"
  5. # Unique tokens used to authenticate requests between our service and the
  6. # homeserver (and the other way). Use the sha256 hashes of something random.
  7. # CHANGE THESE VALUES.
  8. as_token: {{ matrix_cactus_comments_as_token | to_json }}
  9. hs_token: {{ matrix_cactus_comments_hs_token | to_json }}
  10. # The user id of the cactusbot which can be used to register and moderate sites
  11. sender_localpart: "{{ matrix_cactus_comments_user_id }}"
  12. namespaces:
  13. aliases:
  14. - exclusive: true
  15. regex: "#comments_.*"