|
|
@@ -35,10 +35,10 @@ appservice: |
|
|
# Whether or not the public-facing endpoints should be enabled. |
|
|
# Whether or not the public-facing endpoints should be enabled. |
|
|
enabled: true |
|
|
enabled: true |
|
|
# The prefix to use in the public-facing endpoints. |
|
|
# The prefix to use in the public-facing endpoints. |
|
|
prefix: /public |
|
|
|
|
|
|
|
|
prefix: {{ matrix_mautrix_telegram_public_endpoint }} |
|
|
# The base URL where the public-facing endpoints are available. The prefix is not added |
|
|
# The base URL where the public-facing endpoints are available. The prefix is not added |
|
|
# implicitly. |
|
|
# implicitly. |
|
|
external: https://{{ hostname_matrix }}/public |
|
|
|
|
|
|
|
|
external: https://{{ hostname_matrix }}{{ matrix_mautrix_telegram_public_endpoint }} |
|
|
|
|
|
|
|
|
# Provisioning API part of the web server for automated portal creation and fetching information. |
|
|
# Provisioning API part of the web server for automated portal creation and fetching information. |
|
|
# Used by things like Dimension (https://dimension.t2bot.io/). |
|
|
# Used by things like Dimension (https://dimension.t2bot.io/). |
|
|
@@ -206,8 +206,7 @@ bridge: |
|
|
# domain - All users on that homeserver |
|
|
# domain - All users on that homeserver |
|
|
# mxid - Specific user |
|
|
# mxid - Specific user |
|
|
permissions: |
|
|
permissions: |
|
|
'{{ hostname_identity }}': puppeting |
|
|
|
|
|
'*': relaybot |
|
|
|
|
|
|
|
|
'{{ hostname_identity }}': full |
|
|
|
|
|
|
|
|
# Options related to the message relay Telegram bot. |
|
|
# Options related to the message relay Telegram bot. |
|
|
relaybot: |
|
|
relaybot: |
|
|
@@ -219,8 +218,6 @@ bridge: |
|
|
ignore_own_incoming_events: true |
|
|
ignore_own_incoming_events: true |
|
|
# List of usernames/user IDs who are also allowed to use the bot commands. |
|
|
# List of usernames/user IDs who are also allowed to use the bot commands. |
|
|
whitelist: |
|
|
whitelist: |
|
|
- myusername |
|
|
|
|
|
- 12345678 |
|
|
|
|
|
|
|
|
|
|
|
# Telegram config |
|
|
# Telegram config |
|
|
telegram: |
|
|
telegram: |
|
|
|