Compare commits

...

2 commits

Author SHA1 Message Date
00c7c1157c
neko: use icelite
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-09-23 20:55:38 -04:00
7da4091344
yuki: init conduit 2023-09-23 20:53:45 -04:00
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
_: {
networking.firewall.allowedTCPPorts = [6167 8448];
services.matrix-conduit = {
enable = true;
settings = {
global = {
address = "0.0.0.0";
server_name = "forsen";
allow_registration = true;
allow_federation = true;
allow_encryption = true;
trusted_servers = ["matrix.org"];
};
};
};
}

View file

@ -15,6 +15,8 @@ _: {
NEKO_BIND = "0.0.0.0:8080";
NEKO_CONTROL_PROTECTION = "true";
NEKO_VIDEO_CODEC = "h264";
NEKO_ICELITE = "true";
NEKO_ICESERVER = "stun:stun.l.google.com:19302";
};
};
}