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.
 
 

20 righe
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_.*"