hippocampus: matrix: server: enable turn
This commit is contained in:
@@ -13,6 +13,16 @@
|
||||
cert = "/var/lib/caddy/.local/share/caddy/certificates/acme.zerossl.com-v2-dv90/turn.glia.club/turn.glia.club.crt";
|
||||
pkey = "/var/lib/caddy/.local/share/caddy/certificates/acme.zerossl.com-v2-dv90/turn.glia.club/turn.glia.club.key";
|
||||
};
|
||||
services.matrix-tuwunel.settings = {
|
||||
global = {
|
||||
turn_uris = [
|
||||
"turn:turn.glia.club?transport=udp"
|
||||
"turn:turn.glia.club?transport=tcp"
|
||||
];
|
||||
turn_secret = true;
|
||||
turn_secret_file = config.sops.secrets.coturn-secret.path;
|
||||
};
|
||||
};
|
||||
services.caddy.virtualHosts = {
|
||||
"turn.glia.club" = {
|
||||
# Use ZeroSSL
|
||||
|
||||
Reference in New Issue
Block a user