Просмотр исходного кода

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

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3646/head
Suguru Hirahara 1 год назад
Родитель
Сommit
e8c61b0a3c
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
23 измененных файлов: 23 добавлений и 24 удалений
  1. +1
    -1
      docs/configuring-playbook-alertmanager-receiver.md
  2. +1
    -1
      docs/configuring-playbook-bot-buscarron.md
  3. +1
    -1
      docs/configuring-playbook-bot-go-neb.md
  4. +1
    -1
      docs/configuring-playbook-bot-honoroit.md
  5. +1
    -1
      docs/configuring-playbook-bot-maubot.md
  6. +1
    -1
      docs/configuring-playbook-bridge-heisenbridge.md
  7. +1
    -1
      docs/configuring-playbook-bridge-mautrix-wsproxy.md
  8. +1
    -1
      docs/configuring-playbook-cactus-comments.md
  9. +1
    -1
      docs/configuring-playbook-client-cinny.md
  10. +1
    -1
      docs/configuring-playbook-client-element.md
  11. +1
    -1
      docs/configuring-playbook-client-hydrogen.md
  12. +1
    -1
      docs/configuring-playbook-client-schildichat.md
  13. +1
    -1
      docs/configuring-playbook-dimension.md
  14. +1
    -1
      docs/configuring-playbook-etherpad.md
  15. +1
    -1
      docs/configuring-playbook-jitsi.md
  16. +1
    -1
      docs/configuring-playbook-matrix-authentication-service.md
  17. +1
    -1
      docs/configuring-playbook-matrix-registration.md
  18. +1
    -1
      docs/configuring-playbook-ntfy.md
  19. +1
    -1
      docs/configuring-playbook-prometheus-grafana.md
  20. +1
    -1
      docs/configuring-playbook-rageshake.md
  21. +1
    -1
      docs/configuring-playbook-sliding-sync-proxy.md
  22. +1
    -2
      docs/configuring-playbook-synapse-admin.md
  23. +1
    -1
      docs/configuring-playbook-synapse-usage-exporter.md

+ 1
- 1
docs/configuring-playbook-alertmanager-receiver.md Просмотреть файл

@@ -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

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).



+ 1
- 1
docs/configuring-playbook-bot-buscarron.md Просмотреть файл

@@ -56,7 +56,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start


+ 1
- 1
docs/configuring-playbook-bot-go-neb.md Просмотреть файл

@@ -217,7 +217,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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


+ 1
- 1
docs/configuring-playbook-bot-honoroit.md Просмотреть файл

@@ -48,7 +48,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start


+ 1
- 1
docs/configuring-playbook-bot-maubot.md Просмотреть файл

@@ -51,7 +51,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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**:



+ 1
- 1
docs/configuring-playbook-bridge-heisenbridge.md Просмотреть файл

@@ -49,7 +49,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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



+ 1
- 1
docs/configuring-playbook-bridge-mautrix-wsproxy.md Просмотреть файл

@@ -41,7 +41,7 @@ By default, you will need to create a CNAME record for `wsproxy`. See [Configuri

## 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



+ 1
- 1
docs/configuring-playbook-cactus-comments.md Просмотреть файл

@@ -63,7 +63,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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



+ 1
- 1
docs/configuring-playbook-client-cinny.md Просмотреть файл

@@ -39,4 +39,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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`

+ 1
- 1
docs/configuring-playbook-client-element.md Просмотреть файл

@@ -66,4 +66,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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`

+ 1
- 1
docs/configuring-playbook-client-hydrogen.md Просмотреть файл

@@ -39,4 +39,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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`

+ 1
- 1
docs/configuring-playbook-client-schildichat.md Просмотреть файл

@@ -65,4 +65,4 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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`

+ 1
- 1
docs/configuring-playbook-dimension.md Просмотреть файл

@@ -73,7 +73,7 @@ By default, you will need to create a CNAME record for `dimension`. See [Configu

## 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


+ 1
- 1
docs/configuring-playbook-etherpad.md Просмотреть файл

@@ -44,7 +44,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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



+ 1
- 1
docs/configuring-playbook-jitsi.md Просмотреть файл

@@ -284,7 +284,7 @@ Besides metadata, this includes the Matrix user_id and possibly the room identif

## 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


+ 1
- 1
docs/configuring-playbook-matrix-authentication-service.md Просмотреть файл

@@ -269,7 +269,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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.



+ 1
- 1
docs/configuring-playbook-matrix-registration.md Просмотреть файл

@@ -52,7 +52,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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


+ 1
- 1
docs/configuring-playbook-ntfy.md Просмотреть файл

@@ -50,7 +50,7 @@ By default, you will need to create a CNAME record for `ntfy`. See [Configuring

## 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


+ 1
- 1
docs/configuring-playbook-prometheus-grafana.md Просмотреть файл

@@ -55,7 +55,7 @@ By default, you will need to create a CNAME record for `stats`. See [Configuring

## 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?



+ 1
- 1
docs/configuring-playbook-rageshake.md Просмотреть файл

@@ -51,7 +51,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra

## 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


+ 1
- 1
docs/configuring-playbook-sliding-sync-proxy.md Просмотреть файл

@@ -44,7 +44,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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



+ 1
- 2
docs/configuring-playbook-synapse-admin.md Просмотреть файл

@@ -48,8 +48,7 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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



+ 1
- 1
docs/configuring-playbook-synapse-usage-exporter.md Просмотреть файл

@@ -50,4 +50,4 @@ If you've decided to use the default hostname, you won't need to do any extra DN

## 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`

Загрузка…
Отмена
Сохранить