Sfoglia il codice sorgente

Update roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2

Updated settings in template file:
* relay for any user
* user permissions only for HS domain users

Co-authored-by: Jan <31133207+Jaffex@users.noreply.github.com>
pull/1229/head
WobbelTheBear 4 anni fa
committed by GitHub
parent
commit
d249fe874e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. +3
    -4
      roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 3
- 4
roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2 Vedi File

@@ -188,10 +188,9 @@ bridge:
# * - All Matrix users
# domain - All users on that homeserver
# mxid - Specific user
#permissions:
#
# Remark: permissions will be set in the defaults/main.yml file of this role
# (see matrix_mautrix_signal_configuration_extension_yaml)
permissions:
*: relay
'{{ matrix_mautrix_signal_homeserver_domain }}': user

relay:
# Whether or not relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any


Caricamento…
Annulla
Salva