conduwuit done
This commit is contained in:
parent
276ec2ab40
commit
ef831f36d6
2 changed files with 10 additions and 3 deletions
|
@ -1 +1,4 @@
|
|||
{services.caddy.enable = true;}
|
||||
{
|
||||
services.caddy.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
# networking.firewall.allowedTCPPorts = [8448]; # TODO: Is this needed?
|
||||
networking.firewall.allowedTCPPorts = [8448];
|
||||
|
||||
services = {
|
||||
caddy.virtualHosts."matrix.henryhiles.com".extraConfig = "reverse_proxy unix//run/conduwuit/socket";
|
||||
caddy.virtualHosts."matrix.henryhiles.com" = {
|
||||
serverAliases = ["matrix.henryhiles.com:8448"];
|
||||
extraConfig = "reverse_proxy unix//run/conduwuit/socket";
|
||||
};
|
||||
|
||||
conduwuit = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue