Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
531 B

  1. lt-cred-mech
  2. use-auth-secret
  3. static-auth-secret={{ matrix_coturn_turn_static_auth_secret }}
  4. realm=turn.{{ hostname_matrix }}
  5. cert=/matrix-config/{{ hostname_matrix }}.tls.crt
  6. pkey=/matrix-config/{{ hostname_matrix }}.tls.key
  7. dh-file=/matrix-config/{{ hostname_matrix }}.tls.dh
  8. cipher-list="HIGH"
  9. min-port={{ matrix_coturn_turn_udp_min_port }}
  10. max-port={{ matrix_coturn_turn_udp_max_port }}
  11. external-ip={{ matrix_coturn_turn_external_ip_address }}
  12. log-file=stdout
  13. pidfile=/var/tmp/turnserver.pid
  14. userdb=/var/tmp/turnserver.db
  15. no-cli