matrix: add coturn

This commit is contained in:
2026-02-10 14:49:50 -05:00
parent f27068a974
commit e28f8a70df
5 changed files with 70 additions and 0 deletions

View File

@@ -32,6 +32,14 @@
address = [
"0.0.0.0"
];
# TURN server config (coturn)
turn_secret = config.services.coturn.static-auth-secret;
turn_uris = [
"turn:${service_configs.https.domain}?transport=udp"
"turn:${service_configs.https.domain}?transport=tcp"
];
turn_ttl = 86400;
};
};