Skip to content

Commit ce90df5

Browse files
committed
docs/configuring-playbook-ipv6.md -> docs/configuring-ipv6.md
1 parent d92a091 commit ce90df5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Our [default example configuration](./examples/vars.yml) and [Configuring DNS](./docs/configuring-dns.md) guides now recommend enabling [IPv6](https://en.wikipedia.org/wiki/IPv6) support. We recommend that everyone enables IPv6 support for their Matrix server, even if they don't have IPv6 connectivity yet.
66

7-
Our new [Configuring IPv6](./docs/configuring-playbook-ipv6.md) documentation page has more details about the playbook's IPv6 support.
7+
Our new [Configuring IPv6](./docs/configuring-ipv6.md) documentation page has more details about the playbook's IPv6 support.
88

99
**Existing playbook users** will **need to do some manual work** to enable IPv6 support. This consists of:
1010

@@ -14,7 +14,7 @@ Our new [Configuring IPv6](./docs/configuring-playbook-ipv6.md) documentation pa
1414
- delete all container networks on the server: `docker network rm $(docker network ls -q)`
1515
- re-run the playbook fully: `just install-all`
1616

17-
- [configuring IPv6 (`AAAA`) DNS records](./docs/configuring-playbook-ipv6.md#configuring-dns-records-for-ipv6)
17+
- [configuring IPv6 (`AAAA`) DNS records](./docs/configuring-ipv6.md#configuring-dns-records-for-ipv6)
1818

1919
# 2025-02-26
2020

docs/configuring-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To serve the base domain (`example.com`) and [Element Web](configuring-playbook-
3333

3434
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.
3535

36-
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.
36+
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.
3737

3838
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.
3939

docs/configuring-playbook-ipv6.md renamed to docs/configuring-ipv6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can enable IPv6 support for all components' Docker container networks by usi
4343
#
4444
# People managing Docker themselves and running an older Docker version will need additional configuration.
4545
#
46-
# Learn more in `docs/configuring-playbook-ipv6.md`.
46+
# Learn more in `docs/configuring-ipv6.md`.
4747
devture_systemd_docker_base_ipv6_enabled: true
4848
```
4949

docs/configuring-playbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For a more custom setup, see the [Other configuration options](#other-configurat
7777

7878
- [Controlling Matrix federation](configuring-playbook-federation.md)
7979

80-
- [Configuring IPv6](./configuring-playbook-ipv6.md)
80+
- [Configuring IPv6](./configuring-ipv6.md)
8181

8282
### Clients
8383

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To configure Matrix services in the default settings, go to your DNS service pro
5757

5858
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.
5959

60-
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.
60+
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.
6161

6262
It might take some time for the DNS records to propagate after creation.
6363

examples/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ matrix_playbook_reverse_proxy_type: playbook-managed-traefik
4242
#
4343
# People managing Docker themselves and running an older Docker version will need additional configuration.
4444
#
45-
# Learn more in `docs/configuring-playbook-ipv6.md`.
45+
# Learn more in `docs/configuring-ipv6.md`.
4646
devture_systemd_docker_base_ipv6_enabled: true
4747

4848
# A Postgres password to use for the superuser Postgres user (called `matrix` by default).

0 commit comments

Comments
 (0)