Browse Source

Update docs for mautrix bridges: add notes about double puppeting with the Shared Secret Auth

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3914/head
Suguru Hirahara 1 year ago
parent
commit
ca2ba9f9cd
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
7 changed files with 17 additions and 1 deletions
  1. +2
    -0
      docs/configuring-playbook-bridge-appservice-kakaotalk.md
  2. +2
    -0
      docs/configuring-playbook-bridge-mautrix-discord.md
  3. +2
    -0
      docs/configuring-playbook-bridge-mautrix-facebook.md
  4. +2
    -0
      docs/configuring-playbook-bridge-mautrix-googlechat.md
  5. +2
    -0
      docs/configuring-playbook-bridge-mautrix-hangouts.md
  6. +5
    -1
      docs/configuring-playbook-bridge-mautrix-telegram.md
  7. +2
    -0
      docs/configuring-playbook-bridge-mautrix-whatsapp.md

+ 2
- 0
docs/configuring-playbook-bridge-appservice-kakaotalk.md View File

@@ -14,6 +14,8 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

## Adjusting the playbook configuration

To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


+ 2
- 0
docs/configuring-playbook-bridge-mautrix-discord.md View File

@@ -20,6 +20,8 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

## Adjusting the playbook configuration

To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


+ 2
- 0
docs/configuring-playbook-bridge-mautrix-facebook.md View File

@@ -14,6 +14,8 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

## Adjusting the playbook configuration

To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


+ 2
- 0
docs/configuring-playbook-bridge-mautrix-googlechat.md View File

@@ -12,6 +12,8 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

## Adjusting the playbook configuration

To enable the [Google Chat](https://chat.google.com/) bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


+ 2
- 0
docs/configuring-playbook-bridge-mautrix-hangouts.md View File

@@ -14,6 +14,8 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

## Adjusting the playbook configuration

To enable the [Google Hangouts](https://hangouts.google.com/) bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


+ 5
- 1
docs/configuring-playbook-bridge-mautrix-telegram.md View File

@@ -16,7 +16,11 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: if you decided to enable Double Puppeting manually, send `login-matrix` to the bot in order to receive an instruction about how to send an access token to it.
**Notes**:

- Double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

- If you decided to enable Double Puppeting manually, send `login-matrix` to the bot in order to receive an instruction about how to send an access token to it.

## Adjusting the playbook configuration



+ 2
- 0
docs/configuring-playbook-bridge-mautrix-whatsapp.md View File

@@ -12,6 +12,8 @@ If you want to set up [Double Puppeting](https://docs.mau.fi/bridges/general/dou

See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting.

**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future.

## Adjusting the playbook configuration

To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


Loading…
Cancel
Save