chore(deps): update Telegrambot config

This commit is contained in:
Pierre 'McFly' Marty
2024-01-20 12:58:14 +01:00
parent 9a7cb0f716
commit f10bc264da
3 changed files with 312 additions and 63 deletions

View File

@ -1,3 +1,9 @@
# File : roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml
# Author : Pierre (McFly) Marty <paq.marty@gmail.com>
# Date : 17.01.2024
# Last Modified Date: 17.01.2024
# Last Modified By : Pierre (McFly) Marty <paq.marty@gmail.com>
# -----
---
# mautrix-telegram is a Matrix <-> Telegram bridge
# Project source code URL: https://github.com/mautrix/telegram
@ -175,6 +181,8 @@ matrix_mautrix_telegram_appservice_database: "{{
# Can be set to enable automatic double-puppeting via Shared Secret Auth (https://github.com/devture/matrix-synapse-shared-secret-auth).
matrix_mautrix_telegram_login_shared_secret: ''
matrix_mautrix_telegram_bridge_login_shared_secret_map:
"{{ {matrix_mautrix_telegram_homeserver_domain: matrix_mautrix_telegram_login_shared_secret} if matrix_mautrix_telegram_login_shared_secret else {} }}"
# Default configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.