Handle matrix_playbook_reverse_proxy_type being "none" when deciding on Coturn certificate parameters
This commit is contained in:
parent
d44d4b637f
commit
ddf6b2d4ee
@ -1919,6 +1919,7 @@ matrix_coturn_tls_cert_path: |-
|
|||||||
{
|
{
|
||||||
'nginx-proxy': '/fullchain.pem',
|
'nginx-proxy': '/fullchain.pem',
|
||||||
'traefik': '/certificate.crt',
|
'traefik': '/certificate.crt',
|
||||||
|
'none': '',
|
||||||
}[matrix_playbook_reverse_proxy_type]
|
}[matrix_playbook_reverse_proxy_type]
|
||||||
}}
|
}}
|
||||||
|
|
||||||
@ -1927,6 +1928,7 @@ matrix_coturn_tls_key_path: |-
|
|||||||
{
|
{
|
||||||
'nginx-proxy': '/privkey.pem',
|
'nginx-proxy': '/privkey.pem',
|
||||||
'traefik': '/privatekey.key',
|
'traefik': '/privatekey.key',
|
||||||
|
'none': '',
|
||||||
}[matrix_playbook_reverse_proxy_type]
|
}[matrix_playbook_reverse_proxy_type]
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user