Procházet zdrojové kódy

Edit user identifier examples: `example.com` to `{{ matrix_domain }}`

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3862/head
Suguru Hirahara před 1 rokem
rodič
revize
05f1b3a116
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
7 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. +1
    -1
      docs/configuring-playbook-bridge-beeper-linkedin.md
  2. +1
    -1
      docs/configuring-playbook-bridge-heisenbridge.md
  3. +1
    -1
      docs/configuring-playbook-bridge-mautrix-instagram.md
  4. +1
    -1
      docs/configuring-playbook-bridge-mautrix-meta-instagram.md
  5. +1
    -1
      docs/configuring-playbook-bridge-mautrix-meta-messenger.md
  6. +3
    -3
      docs/configuring-playbook-bridge-mautrix-signal.md
  7. +1
    -1
      docs/configuring-playbook-bridge-mautrix-telegram.md

+ 1
- 1
docs/configuring-playbook-bridge-beeper-linkedin.md Zobrazit soubor

@@ -27,7 +27,7 @@ If you would like to be able to administrate the bridge from your account it can
matrix_beeper_linkedin_configuration_extension_yaml: |
bridge:
permissions:
'@alice:example.com': admin
'@alice:{{ matrix_domain }}': admin
```

You may wish to look at `roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2` to find other things you would like to configure.


+ 1
- 1
docs/configuring-playbook-bridge-heisenbridge.md Zobrazit soubor

@@ -15,7 +15,7 @@ matrix_heisenbridge_enabled: true

# Setting the owner is optional as the first local user to DM `@heisenbridge:example.com` will be made the owner.
# If you are not using a local user you must set it as otherwise you can't DM it at all.
matrix_heisenbridge_owner: "@alice:example.com"
matrix_heisenbridge_owner: "@alice:{{ matrix_domain }}"

# Uncomment to enable identd on host port 113/TCP (optional)
# matrix_heisenbridge_identd_enabled: true


+ 1
- 1
docs/configuring-playbook-bridge-mautrix-instagram.md Zobrazit soubor

@@ -37,7 +37,7 @@ matrix_admin: "@alice:{{ matrix_domain }}"
matrix_mautrix_instagram_configuration_extension_yaml: |
bridge:
permissions:
'@alice:example.com': admin
'@alice:{{ matrix_domain }}': admin
```

You may wish to look at `roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2` and `roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml` to find other things you would like to configure.


+ 1
- 1
docs/configuring-playbook-bridge-mautrix-meta-instagram.md Zobrazit soubor

@@ -62,7 +62,7 @@ You may redefine `matrix_mautrix_meta_instagram_bridge_permissions_default` any

```yaml
matrix_mautrix_meta_instagram_bridge_permissions_custom:
'@alice:example.com': admin
'@alice:{{ matrix_domain }}': admin
```

You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-instagram/templates/config.yaml.j2` to find more information on the permissions settings and other options you would like to configure.


+ 1
- 1
docs/configuring-playbook-bridge-mautrix-meta-messenger.md Zobrazit soubor

@@ -75,7 +75,7 @@ You may redefine `matrix_mautrix_meta_messenger_bridge_permissions_default` any

```yaml
matrix_mautrix_meta_messenger_bridge_permissions_custom:
'@alice:example.com': admin
'@alice:{{ matrix_domain }}': admin
```

You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-messenger/templates/config.yaml.j2` to find more information on the permissions settings and other options you would like to configure.


+ 3
- 3
docs/configuring-playbook-bridge-mautrix-signal.md Zobrazit soubor

@@ -54,7 +54,7 @@ If you want to augment the preset permissions, you might want to set the additio
matrix_mautrix_signal_configuration_extension_yaml: |
bridge:
permissions:
'@alice:example.com': admin
'@alice:{{ matrix_domain }}': admin
```

This will add the admin permission to the specific user, while keeping the default permissions.
@@ -63,8 +63,8 @@ In case you want to replace the default permissions settings **completely**, pop

```yaml
matrix_mautrix_signal_bridge_permissions:
'@alice:example.com': admin
'@bob:example.com' : user
'@alice:{{ matrix_domain }}': admin
'@bob:{{ matrix_domain }}' : user
```

You may wish to look at `roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2` to find more information on the permissions settings and other options you would like to configure.


+ 1
- 1
docs/configuring-playbook-bridge-mautrix-telegram.md Zobrazit soubor

@@ -57,7 +57,7 @@ You might also want to give permissions to administrate the bot:
matrix_mautrix_telegram_configuration_extension_yaml: |
bridge:
permissions:
'@alice:example.com': admin
'@alice:{{ matrix_domain }}': admin
```

More details about permissions in this example: https://github.com/mautrix/telegram/blob/master/mautrix_telegram/example-config.yaml#L410


Načítá se…
Zrušit
Uložit