erweitert jims garage
This commit is contained in:
parent
92b5fe3604
commit
c62b7f2600
@ -19,7 +19,6 @@ services:
|
||||
ports:
|
||||
- "8701:80"
|
||||
|
||||
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:latest
|
||||
restart: unless-stopped
|
||||
|
@ -1,13 +1,5 @@
|
||||
# Configuration file for Synapse.
|
||||
#
|
||||
# This is a YAML file: see [1] for a quick introduction. Note in particular
|
||||
# that *indentation is important*: all the elements of a list or dictionary
|
||||
# should have the same indentation.
|
||||
#
|
||||
# [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
|
||||
#
|
||||
# For more information on how to configure Synapse, including a complete accounting of
|
||||
# each option, go to docs/usage/configuration/config_documentation.md or
|
||||
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
|
||||
server_name: "matrix.server-nb.de"
|
||||
pid_file: /data/homeserver.pid
|
||||
@ -50,7 +42,11 @@ serve_server_wellknown: true
|
||||
#auto_join_rooms:
|
||||
# - "#example:example.com"
|
||||
#autocreate_auto_join_rooms: false
|
||||
|
||||
#
|
||||
enable_3pid_changes: true
|
||||
user_directory.search_all_users: true
|
||||
matrix_synapse_allow_public_rooms_over_federation: true
|
||||
#
|
||||
# vim:ft=yaml
|
||||
email:
|
||||
smtp_host: mail.host-nb.de
|
||||
@ -63,7 +59,10 @@ email:
|
||||
enable_notifs: true
|
||||
invite_client_location: "https://matrix-client.server-nb.de"
|
||||
client_base_url: "https://matrix.server-nb.de"
|
||||
|
||||
|
||||
|
||||
## TURN ##
|
||||
turn_uris: ["turn:turn.serber-nb.de:3478?transport=udp"] # The shared secret used to compute passwords for the TURN server
|
||||
turn_uris: ["turn:turn.serber-nb.de:3478?transport=udp"]
|
||||
turn_username: coturn
|
||||
turn_password: FEUvmPGR2a27hW
|
||||
|
Loading…
Reference in New Issue
Block a user