Compare commits

..

1 Commits

Author SHA1 Message Date
2cd73e1269
feat: add automatic creation of reverse-proxy routing 2021-08-25 13:10:33 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ web_user: "web"
revproxy_autoload_dir: "/vault/services/web/sites.d"
#matrix_synapse_docker_image: "{{ matrix_synapse_docker_image_name_prefix }}matrixdotorg/synapse:v1.37.1"
matrix_mautrix_telegram_version: v0.10.0
#matrix_mautrix_telegram_version: v0.10.0
#
# General Synapse config

View File

@ -127,8 +127,8 @@ matrix_mautrix_telegram_registration_yaml: |
regex: '^#telegram_.+:{{ matrix_mautrix_telegram_homeserver_domain|regex_escape }}$'
sender_localpart: _bot_{{ matrix_mautrix_telegram_appservice_bot_username }}
url: {{ matrix_mautrix_telegram_appservice_address }}
# sender_localpart: "bridges_{{ matrix_mautrix_telegram_sender_localpart }}"
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
# sender_localpart: "bridges_{{ matrix_mautrix_telegram_sender_localpart }}"
matrix_mautrix_telegram_registration: "{{ matrix_mautrix_telegram_registration_yaml|from_yaml }}"