mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-05-03 04:47:44 +00:00
Update docs for Draupnir and Mjolnir: instructions to replace the IDs
- Replace the placeholder for the clean access token Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
163a2766cf
commit
2cecf38d49
@ -36,7 +36,7 @@ Note that native E2EE requires a clean access token that has not touched E2EE so
|
|||||||
|
|
||||||
⚠️ **Warning**: Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone.
|
⚠️ **Warning**: Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone.
|
||||||
|
|
||||||
To enable the native E2EE support, add the following configuration to your `vars.yml` file:
|
To enable the native E2EE support, add the following configuration to your `vars.yml` file. Make sure to replace `CLEAN_ACCESS_TOKEN_HERE` with the access token you obtained just now.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Enables the native E2EE support
|
# Enables the native E2EE support
|
||||||
@ -44,12 +44,12 @@ matrix_bot_draupnir_enable_experimental_rust_crypto: true
|
|||||||
|
|
||||||
# Access token which the bot will use for logging in.
|
# Access token which the bot will use for logging in.
|
||||||
# Comment out `matrix_bot_draupnir_login_native` when using this option.
|
# Comment out `matrix_bot_draupnir_login_native` when using this option.
|
||||||
matrix_bot_draupnir_access_token: "ACCESS_TOKEN_HERE"
|
matrix_bot_draupnir_access_token: "CLEAN_ACCESS_TOKEN_HERE"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Adjusting the playbook configuration
|
## Adjusting the playbook configuration
|
||||||
|
|
||||||
To enable the bot, add the following configuration to your `vars.yml` file. Make sure to replace `MANAGEMENT_ROOM_ID_HERE`.
|
To enable the bot, add the following configuration to your `vars.yml` file. Make sure to replace `MANAGEMENT_ROOM_ID_HERE` with the one of the room which you have created earlier.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Enable Draupnir
|
# Enable Draupnir
|
||||||
|
@ -70,7 +70,7 @@ Finally invite the `@bot.mjolnir:example.com` account you created earlier into t
|
|||||||
|
|
||||||
## Adjusting the playbook configuration
|
## Adjusting the playbook configuration
|
||||||
|
|
||||||
To enable the bot, add the following configuration to your `vars.yml` file. Make sure to replace `MANAGEMENT_ROOM_ID_HERE`.
|
To enable the bot, add the following configuration to your `vars.yml` file. Make sure to replace `MANAGEMENT_ROOM_ID_HERE` with the one of the room which you have created just now.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Enable Mjolnir
|
# Enable Mjolnir
|
||||||
|
Loading…
Reference in New Issue
Block a user