Edit docs: consistent instructions to generate passphrases or secrets with pwgen
This commit replaces instructions to create passwords, passphrases, or secrets with common ones. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
CHANGELOG.md
docs
configuring-playbook-alertmanager-receiver.mdconfiguring-playbook-backup-borg.mdconfiguring-playbook-bot-baibot.mdconfiguring-playbook-bot-buscarron.mdconfiguring-playbook-bot-chatgpt.mdconfiguring-playbook-bot-draupnir.mdconfiguring-playbook-bot-go-neb.mdconfiguring-playbook-bot-honoroit.mdconfiguring-playbook-bot-matrix-registration-bot.mdconfiguring-playbook-bot-matrix-reminder-bot.mdconfiguring-playbook-bot-maubot.mdconfiguring-playbook-bot-mjolnir.mdconfiguring-playbook-bridge-postmoogle.mdconfiguring-playbook-matrix-registration.mdconfiguring-playbook-shared-secret-auth.md
examples
@ -38,12 +38,12 @@ matrix_bot_baibot_enabled: true
|
||||
# Uncomment and adjust this part if you'd like to use a username different than the default
|
||||
# matrix_bot_baibot_config_user_mxid_localpart: baibot
|
||||
|
||||
# Generate a strong password here. Consider generating it with `pwgen -s 64 1`.
|
||||
# Generate a strong password for the bot. You can create one with a command like `pwgen -s 64 1`.
|
||||
# If you'd like to change this password subsequently, see the details below.
|
||||
matrix_bot_baibot_config_user_password: 'PASSWORD_FOR_THE_BOT'
|
||||
|
||||
# An optional passphrase to use for backing up and recovering the bot's encryption keys.
|
||||
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
|
||||
# You can create one with a command like `pwgen -s 64 1`.
|
||||
#
|
||||
# If set to null, the recovery module will not be used and losing your session/database
|
||||
# will mean you lose access to old messages in encrypted room.
|
||||
|
Reference in New Issue
Block a user