浏览代码

Merge pull request #3649 from luixxiul/fix

Update docs/configuring-playbook-bridge-heisenbridge.md: matrix_heisenbridge_owner domain and usage
pull/3650/head
Slavi Pantaleev 1年前
committed by GitHub
父节点
当前提交
802230a0ef
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      docs/configuring-playbook-bridge-heisenbridge.md

+ 4
- 4
docs/configuring-playbook-bridge-heisenbridge.md 查看文件

@@ -13,9 +13,9 @@ To enable Heisenbridge, add the following configuration to your `inventory/host_
```yaml ```yaml
matrix_heisenbridge_enabled: true matrix_heisenbridge_enabled: true


# Setting the owner is optional as the first local user to DM `@heisenbridge:your-homeserver` will be made the owner.
# 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. # If you are not using a local user you must set it as otherwise you can't DM it at all.
matrix_heisenbridge_owner: "@you:your-homeserver"
matrix_heisenbridge_owner: "@you:example.com"


# Uncomment to enable identd on host port 113/TCP (optional) # Uncomment to enable identd on host port 113/TCP (optional)
# matrix_heisenbridge_identd_enabled: true # matrix_heisenbridge_identd_enabled: true
@@ -53,9 +53,9 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj


## Usage ## Usage


After the bridge is successfully running just DM `@heisenbridge:your-homeserver` to start setting it up.
After the bridge is successfully running just DM `@heisenbridge:example.com` to start setting it up. If the bridge ignores you and a DM is not accepted then the owner setting may be wrong.

Help is available for all commands with the `-h` switch. Help is available for all commands with the `-h` switch.
If the bridge ignores you and a DM is not accepted then the owner setting may be wrong.


You can also learn the basics by watching [this demonstration video](https://www.youtube.com/watch?v=nQk1Bp4tk4I). You can also learn the basics by watching [this demonstration video](https://www.youtube.com/watch?v=nQk1Bp4tk4I).




正在加载...
取消
保存