浏览代码

Update docs/maintenance-checking-services.md and docs/quick-start.md: add instruction to use federation tester against the base domain

Per Slavi's suggestion.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3801/head
Suguru Hirahara 1年前
父节点
当前提交
3b75df13af
找不到此签名对应的密钥 GPG 密钥 ID: E4F9743DAB4B7B75
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      docs/maintenance-checking-services.md
  2. +1
    -1
      docs/quick-start.md

+ 1
- 1
docs/maintenance-checking-services.md 查看文件

@@ -10,4 +10,4 @@ ansible-playbook -i inventory/hosts setup.yml --tags=self-check

If it's all green, everything is probably running correctly.

Besides this self-check, you can also check your server using the [Federation Tester](https://federationtester.matrix.org/).
Besides this self-check, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain.

+ 1
- 1
docs/quick-start.md 查看文件

@@ -171,7 +171,7 @@ After configuring the playbook, run the installation command and wait until it f
ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start
```

After the command finishes, you can also check whether your server federates with the Matrix network, by using the [Federation Tester](https://federationtester.matrix.org/).
After the command finishes, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain.

If you think something is off with the server configuration, feel free to re-run the setup command any time.



正在加载...
取消
保存