Update lines for installing instruction: add anchor link to "adjusting DNS records" header

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2024-10-21 05:42:21 +09:00
parent c892971e89
commit e8c61b0a3c
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
23 changed files with 23 additions and 24 deletions

View File

@ -76,7 +76,7 @@ Steps 3 and 4 need to be done for each new room you'd like the bot to deliver al
## Installing ## Installing
Now that you've [prepared the bot account and room](#account-and-room-preparation) and have [configured the playbook](#configuration), you can run the [installation](installing.md) command: `just install-all` Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: `just install-all`
Then, you can proceed to [Usage](#usage). Then, you can proceed to [Usage](#usage).

View File

@ -56,7 +56,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start

View File

@ -217,7 +217,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After potentially [adjusting DNS records](#adjusting-dns-records) and configuring the playbook, run the [installation](installing.md) command again: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
``` ```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start

View File

@ -48,7 +48,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start

View File

@ -51,7 +51,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all`
**Notes**: **Notes**:

View File

@ -49,7 +49,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`
## Usage ## Usage

View File

@ -41,7 +41,7 @@ By default, you will need to create a CNAME record for `wsproxy`. See [Configuri
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`
## Usage ## Usage

View File

@ -63,7 +63,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`
## Usage ## Usage

View File

@ -39,4 +39,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`

View File

@ -66,4 +66,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`

View File

@ -39,4 +39,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`

View File

@ -65,4 +65,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`

View File

@ -73,7 +73,7 @@ By default, you will need to create a CNAME record for `dimension`. See [Configu
## Installing ## Installing
After these variables have been set and you have potentially [adjusted your DNS records](#adjusting-dns-records), please run the following command to re-run setup and to restart Dimension: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
``` ```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start

View File

@ -44,7 +44,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`
## Usage ## Usage

View File

@ -284,7 +284,7 @@ Besides metadata, this includes the Matrix user_id and possibly the room identif
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
``` ```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start

View File

@ -269,7 +269,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
Now that you've [adjusted the playbook configuration](#adjusting-the-playbook-configuration), you can run the [installation](installing.md) command: `just install-all` Now that you've [adjusted the playbook configuration](#adjusting-the-playbook-configuration) and [your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: `just install-all`
If you're in the process of migrating an existing Synapse homeserver to MAS, you should now follow the rest of the steps in the [Migrating an existing homeserver to Matrix Authentication Service](#migrating-an-existing-homeserver-to-matrix-authentication-service) guide. If you're in the process of migrating an existing Synapse homeserver to MAS, you should now follow the rest of the steps in the [Migrating an existing homeserver to Matrix Authentication Service](#migrating-an-existing-homeserver-to-matrix-authentication-service) guide.

View File

@ -52,7 +52,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
``` ```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start

View File

@ -50,7 +50,7 @@ By default, you will need to create a CNAME record for `ntfy`. See [Configuring
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
``` ```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start

View File

@ -55,7 +55,7 @@ By default, you will need to create a CNAME record for `stats`. See [Configuring
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`
## What does it do? ## What does it do?

View File

@ -51,7 +51,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
``` ```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start

View File

@ -44,7 +44,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After potentially [adjusting DNS records](#adjusting-dns-records) and configuring the playbook, run the [installation](installing.md) command again: `just install-all`. After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all`.
### External databases ### External databases

View File

@ -48,8 +48,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command:
## Usage ## Usage

View File

@ -50,4 +50,4 @@ If you've decided to use the default hostname, you won't need to do any extra DN
## Installing ## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`