Coturn support
This commit is contained in:
parent
e33440366c
commit
014aa3e8da
@ -29,6 +29,13 @@
|
|||||||
matrixRTC:
|
matrixRTC:
|
||||||
ingress:
|
ingress:
|
||||||
host: rtc.eom.dev
|
host: rtc.eom.dev
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- eom.dev
|
||||||
|
- matrix.eom.dev
|
||||||
|
- rtc.eom.dev
|
||||||
|
- synapse.eom.dev
|
||||||
|
ip: 136.56.38.209
|
||||||
|
|
||||||
elementWeb:
|
elementWeb:
|
||||||
ingress:
|
ingress:
|
||||||
@ -58,7 +65,7 @@
|
|||||||
0-customConfig:
|
0-customConfig:
|
||||||
config: |
|
config: |
|
||||||
passwords:
|
passwords:
|
||||||
enabled: false
|
enabled: true
|
||||||
email:
|
email:
|
||||||
from: '"Matrix Authentication Service" <matrix-authentication-service@eom.dev>'
|
from: '"Matrix Authentication Service" <matrix-authentication-service@eom.dev>'
|
||||||
reply_to: '"No reply" <no-reply@eom.dev>'
|
reply_to: '"No reply" <no-reply@eom.dev>'
|
||||||
@ -159,6 +166,12 @@
|
|||||||
smtp_port: 587
|
smtp_port: 587
|
||||||
smtp_user: synapse
|
smtp_user: synapse
|
||||||
smtp_pass: {{ synapse_admin_password }}
|
smtp_pass: {{ synapse_admin_password }}
|
||||||
|
turn_uris:
|
||||||
|
- turns:coturn.eom.dev?transport=udp
|
||||||
|
- turns:coturn.eom.dev?transport=tcp
|
||||||
|
turn_shared_secret: {{ coturn_shared_secret }}
|
||||||
|
turn_user_lifetime: 86400000
|
||||||
|
turn_allow_guests: false
|
||||||
client_base_url: https://element.eom.dev/
|
client_base_url: https://element.eom.dev/
|
||||||
auto_join_rooms:
|
auto_join_rooms:
|
||||||
- "#main:eom.dev"
|
- "#main:eom.dev"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user