Caldav (wip mail)
This commit is contained in:
parent
5c69ae8390
commit
edbef36e0e
9 changed files with 134 additions and 4 deletions
19
clients/quadraticserver/matrix.nix
Normal file
19
clients/quadraticserver/matrix.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
networking.firewall.allowedTCPPorts = [8448];
|
||||
|
||||
services = {
|
||||
conduwuit = {
|
||||
enable = true;
|
||||
group = "caddy";
|
||||
settings.global = {
|
||||
server_name = "henryhiles.com";
|
||||
unix_socket_path = "/run/conduwuit/socket";
|
||||
};
|
||||
};
|
||||
|
||||
caddy.virtualHosts."matrix.henryhiles.com" = {
|
||||
serverAliases = ["matrix.henryhiles.com:8448"];
|
||||
extraConfig = "reverse_proxy unix//run/conduwuit/socket";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue