|
|
|
@ -62,6 +62,15 @@ matrix_mautrix_signal_login_shared_secret: ''
|
|
|
|
|
# or completely replace this variable with your own template.
|
|
|
|
|
matrix_mautrix_signal_configuration_yaml: "{{ lookup('template', 'templates/config.yaml.j2') }}"
|
|
|
|
|
|
|
|
|
|
# Permitted values:
|
|
|
|
|
# user - Use the bridge with puppeting.
|
|
|
|
|
# admin - Use and administrate the bridge.
|
|
|
|
|
# Permitted keys:
|
|
|
|
|
# * - All Matrix users
|
|
|
|
|
# domain - All users on that homeserver
|
|
|
|
|
# mxid - Specific user
|
|
|
|
|
matrix_mautrix_signal_configuration_permissions: []
|
|
|
|
|
|
|
|
|
|
matrix_mautrix_signal_configuration_extension_yaml: |
|
|
|
|
|
# Your custom YAML configuration goes here.
|
|
|
|
|
# This configuration extends the default starting configuration (`matrix_mautrix_signal_configuration_yaml`).
|
|
|
|
|