Merge pull request #104 from dangersalad/master
allow exposing mautrix_telegram port
This commit is contained in:
@ -212,7 +212,8 @@ matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH
|
||||
# Mautrix telegram public endpoint to log in to telegram
|
||||
# Use an uuid so it's not easily discoverable
|
||||
matrix_mautrix_telegram_public_endpoint: "/{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'telegram') | to_uuid }}"
|
||||
|
||||
# Set this to a port number to expose on the host when not using the nginx proxy
|
||||
matrix_mautrix_telegram_container_exposed_port_number: ~
|
||||
|
||||
# Matrix mautrix is a Matrix <-> Whatsapp bridge
|
||||
# Enable whatsapp bridge
|
||||
|
Reference in New Issue
Block a user