docs/configuring-playbook-ipv6.md -> docs/configuring-ipv6.md

This commit is contained in:
Slavi Pantaleev
2025-03-08 15:41:45 +02:00
parent d92a091523
commit ce90df519e
6 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ To serve the base domain (`example.com`) and [Element Web](configuring-playbook-
As the table illustrates, you need to create 2 subdomains (`matrix.example.com` and `element.example.com`) and point both of them to your server's IPv4/IPv6 address.
If you don't have IPv6 connectivity yet, you can skip the `AAAA` record. For more details about IPv6, see the [Configuring IPv6](./configuring-playbook-ipv6.md) documentation page.
If you don't have IPv6 connectivity yet, you can skip the `AAAA` record. For more details about IPv6, see the [Configuring IPv6](./configuring-ipv6.md) documentation page.
The `element.example.com` subdomain is necessary, because this playbook installs the [Element Web](https://github.com/element-hq/element-web) client for you by default. If you'd rather instruct the playbook not to install Element Web (`matrix_client_element_enabled: false` when [Configuring the playbook](configuring-playbook.md) later), feel free to skip the `element.example.com` DNS record.

View File

@ -43,7 +43,7 @@ You can enable IPv6 support for all components' Docker container networks by usi
#
# People managing Docker themselves and running an older Docker version will need additional configuration.
#
# Learn more in `docs/configuring-playbook-ipv6.md`.
# Learn more in `docs/configuring-ipv6.md`.
devture_systemd_docker_base_ipv6_enabled: true
```

View File

@ -77,7 +77,7 @@ For a more custom setup, see the [Other configuration options](#other-configurat
- [Controlling Matrix federation](configuring-playbook-federation.md)
- [Configuring IPv6](./configuring-playbook-ipv6.md)
- [Configuring IPv6](./configuring-ipv6.md)
### Clients

View File

@ -57,7 +57,7 @@ To configure Matrix services in the default settings, go to your DNS service pro
As the table illustrates, you need to create 2 subdomains (`matrix.example.com` and `element.example.com`) and point both of them to your server's IPv4/IPv6 address.
If you don't have IPv6 connectivity yet, you can skip the `AAAA` record. For more details about IPv6, see the [Configuring IPv6](./configuring-playbook-ipv6.md) documentation page.
If you don't have IPv6 connectivity yet, you can skip the `AAAA` record. For more details about IPv6, see the [Configuring IPv6](./configuring-ipv6.md) documentation page.
It might take some time for the DNS records to propagate after creation.