Goldwarden
This commit is contained in:
parent
ce2d2f3851
commit
871b6fb81e
3 changed files with 8 additions and 6 deletions
|
@ -2,11 +2,6 @@
|
|||
networking.firewall.allowedTCPPorts = [8448];
|
||||
|
||||
services = {
|
||||
caddy.virtualHosts."matrix.henryhiles.com" = {
|
||||
serverAliases = ["matrix.henryhiles.com:8448"];
|
||||
extraConfig = "reverse_proxy unix//run/conduwuit/socket";
|
||||
};
|
||||
|
||||
conduwuit = {
|
||||
enable = true;
|
||||
group = "caddy";
|
||||
|
@ -15,5 +10,10 @@
|
|||
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