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.
 
 

28 líneas
920 B

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