Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

14 righe
518 B

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