feat: matrix up
This commit is contained in:
parent
c314b245fa
commit
f13edf5e0c
2 changed files with 7 additions and 7 deletions
10
coturn.nix
10
coturn.nix
|
|
@ -63,10 +63,10 @@
|
||||||
group = "turnserver";
|
group = "turnserver";
|
||||||
};
|
};
|
||||||
# configure synapse to point users to coturn
|
# configure synapse to point users to coturn
|
||||||
services.matrix-synapse = with config.services.coturn; {
|
# services.matrix-synapse = with config.services.coturn; {
|
||||||
turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"];
|
# turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"];
|
||||||
turn_shared_secret = static-auth-secret;
|
# turn_shared_secret = static-auth-secret;
|
||||||
turn_user_lifetime = "1h";
|
# turn_user_lifetime = "1h";
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./filebrowser.nix
|
./filebrowser.nix
|
||||||
./tail.nix
|
./tail.nix
|
||||||
# ./matrix.nix
|
./matrix.nix
|
||||||
# ./coturn.nix
|
# ./coturn.nix # disabled becouse tls not solved
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue