feat: matrix appservices and weechat setup

This commit is contained in:
Kat Inskip 2024-05-14 16:30:46 -07:00
parent 468c9bc811
commit 4b0a194abb
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
37 changed files with 850 additions and 334 deletions

View file

@ -0,0 +1,14 @@
_: {
services.nginx = {
virtualHosts = {
"irc.kittywit.ch" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:9000";
proxyWebsockets = true;
};
};
};
};
}

View file

@ -0,0 +1,12 @@
_: {
services.thelounge = {
enable = true;
extraConfig = {
reverseProxy = true;
public = false;
fileUpload = {
enable = true;
};
};
};
}