Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

26 rader
835 B

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