Essentially it means "configuring your DNS settings or records on the DNS server you use". Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/3783/head
| @@ -4,7 +4,7 @@ | |||||
| - [Prerequisites](prerequisites.md) - go here to a guided installation using this Ansible playbook | - [Prerequisites](prerequisites.md) - go here to a guided installation using this Ansible playbook | ||||
| - [Configuring your DNS server](configuring-dns.md) | |||||
| - [Configuring your DNS settings](configuring-dns.md) | |||||
| - [Getting this playbook's source code](getting-the-playbook.md) | - [Getting this playbook's source code](getting-the-playbook.md) | ||||
| @@ -1,6 +1,6 @@ | |||||
| # Configuring your DNS server | |||||
| # Configuring your DNS settings | |||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > Configuring your DNS server > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup> | |||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > Configuring your DNS settings > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup> | |||||
| To set up Matrix on your domain, you'd need to do some DNS configuration. | To set up Matrix on your domain, you'd need to do some DNS configuration. | ||||
| @@ -1,6 +1,6 @@ | |||||
| # Configuring the playbook | # Configuring the playbook | ||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md)</sup> | |||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md)</sup> | |||||
| If you've configured your DNS records and retrieved the playbook's source code to your computer, you can start configuring the playbook. To do so, follow these steps inside the playbook directory: | If you've configured your DNS records and retrieved the playbook's source code to your computer, you can start configuring the playbook. To do so, follow these steps inside the playbook directory: | ||||
| @@ -1,6 +1,6 @@ | |||||
| # Getting the playbook | # Getting the playbook | ||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > Getting the playbook > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup> | |||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > Getting the playbook > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup> | |||||
| This Ansible playbook is meant to be executed on your own computer (not the Matrix server). | This Ansible playbook is meant to be executed on your own computer (not the Matrix server). | ||||
| @@ -1,6 +1,6 @@ | |||||
| # Installing | # Installing | ||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing</sup> | |||||
| <sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing</sup> | |||||
| If you've configured your DNS records and the playbook, you can start the installation procedure. | If you've configured your DNS records and the playbook, you can start the installation procedure. | ||||
| @@ -1,6 +1,6 @@ | |||||
| # Prerequisites | # Prerequisites | ||||
| <sup>⚡️[Quick start](README.md) | Prerequisites > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup> | |||||
| <sup>⚡️[Quick start](README.md) | Prerequisites > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup> | |||||
| To install Matrix services using this Ansible playbook, you need: | To install Matrix services using this Ansible playbook, you need: | ||||