Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

20 рядки
706 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 }}"
  9. hs_token: "{{ matrix_cactus_comments_hs_token }}"
  10. # User associated with our service. In this case "@cactusbot:example.com"
  11. sender_localpart: "{{ matrix_cactus_comments_user_id }}"
  12. namespaces:
  13. aliases:
  14. - exclusive: true
  15. regex: "#comments_.*"