mirror of
https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git
synced 2024-09-03 19:36:33 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
d0acf2cbe6
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,9 @@ homeserver:
|
||||||
appservice:
|
appservice:
|
||||||
# The address that the homeserver can use to connect to this appservice.
|
# The address that the homeserver can use to connect to this appservice.
|
||||||
address: http://localhost:__PORT__
|
address: http://localhost:__PORT__
|
||||||
|
# When using https:// the TLS certificate and key files for the address.
|
||||||
|
tls_cert: false
|
||||||
|
tls_key: false
|
||||||
|
|
||||||
# The hostname and port where this appservice should listen.
|
# The hostname and port where this appservice should listen.
|
||||||
hostname: 0.0.0.0
|
hostname: 0.0.0.0
|
||||||
|
@ -75,6 +78,12 @@ appservice:
|
||||||
bot_displayname: Facebook bridge bot
|
bot_displayname: Facebook bridge bot
|
||||||
bot_avatar: mxc://maunium.net/ygtkteZsXnGJLJHRchUwYWak
|
bot_avatar: mxc://maunium.net/ygtkteZsXnGJLJHRchUwYWak
|
||||||
|
|
||||||
|
# Community ID for bridged users (changes registration file) and rooms.
|
||||||
|
# Must be created manually.
|
||||||
|
#
|
||||||
|
# Example: "+fb:example.com". Set to false to disable.
|
||||||
|
community_id: +fb:__SERVER_NAME__
|
||||||
|
|
||||||
# Whether or not to receive ephemeral events via appservice transactions.
|
# Whether or not to receive ephemeral events via appservice transactions.
|
||||||
# Requires MSC2409 support (i.e. Synapse 1.22+).
|
# Requires MSC2409 support (i.e. Synapse 1.22+).
|
||||||
# You should disable bridge -> sync_with_custom_puppets when this is enabled.
|
# You should disable bridge -> sync_with_custom_puppets when this is enabled.
|
||||||
|
|
Loading…
Add table
Reference in a new issue