Quellcode durchsuchen

Update docs/configuring-playbook-bot-draupnir.md: move the configuration for the management room above

The setting is required, and it is not friendly to split the required settings with optional ones.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3966/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
025fbcc626
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      docs/configuring-playbook-bot-draupnir.md

+ 2
- 2
docs/configuring-playbook-bot-draupnir.md Datei anzeigen

@@ -55,6 +55,8 @@ To enable the bot, add the following configuration to your `vars.yml` file. Make
# Enable Draupnir # Enable Draupnir
matrix_bot_draupnir_enabled: true matrix_bot_draupnir_enabled: true


matrix_bot_draupnir_management_room: "MANAGEMENT_ROOM_ID_HERE"

# Uncomment and adjust this part if you'd like to use a username different than the default # Uncomment and adjust this part if you'd like to use a username different than the default
# matrix_bot_draupnir_login: bot.draupnir # matrix_bot_draupnir_login: bot.draupnir


@@ -64,8 +66,6 @@ matrix_bot_draupnir_password: PASSWORD_FOR_THE_BOT


# Comment out if using `matrix_bot_draupnir_enable_experimental_rust_crypto: true` or `matrix_bot_draupnir_access_token` to login. # Comment out if using `matrix_bot_draupnir_enable_experimental_rust_crypto: true` or `matrix_bot_draupnir_access_token` to login.
matrix_bot_draupnir_login_native: true matrix_bot_draupnir_login_native: true

matrix_bot_draupnir_management_room: "MANAGEMENT_ROOM_ID_HERE"
``` ```


Before proceeding to the next step, run the playbook with the following command to make sure that the bot user has been created. Before proceeding to the next step, run the playbook with the following command to make sure that the bot user has been created.


Laden…
Abbrechen
Speichern