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];
|
networking.firewall.allowedTCPPorts = [8448];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
caddy.virtualHosts."matrix.henryhiles.com" = {
|
|
||||||
serverAliases = ["matrix.henryhiles.com:8448"];
|
|
||||||
extraConfig = "reverse_proxy unix//run/conduwuit/socket";
|
|
||||||
};
|
|
||||||
|
|
||||||
conduwuit = {
|
conduwuit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "caddy";
|
group = "caddy";
|
||||||
|
@ -15,5 +10,10 @@
|
||||||
unix_socket_path = "/run/conduwuit/socket";
|
unix_socket_path = "/run/conduwuit/socket";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
caddy.virtualHosts."matrix.henryhiles.com" = {
|
||||||
|
serverAliases = ["matrix.henryhiles.com:8448"];
|
||||||
|
extraConfig = "reverse_proxy unix//run/conduwuit/socket";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,10 +5,11 @@
|
||||||
config = {
|
config = {
|
||||||
domain = "https://vaultwarden.henryhiles.com";
|
domain = "https://vaultwarden.henryhiles.com";
|
||||||
signupsAllowed = false;
|
signupsAllowed = false;
|
||||||
rocketAddress = "127.0.0.1";
|
|
||||||
passwordHintsAllowed = false;
|
passwordHintsAllowed = false;
|
||||||
|
rocketAddress = "127.0.0.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
caddy.virtualHosts."vaultwarden.henryhiles.com".extraConfig = "reverse_proxy 127.0.0.1:8000";
|
caddy.virtualHosts."vaultwarden.henryhiles.com".extraConfig = "reverse_proxy 127.0.0.1:8000";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
1
modules/desktop/goldwarden.nix
Normal file
1
modules/desktop/goldwarden.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{programs.goldwarden.enable = true;}
|
Loading…
Add table
Add a link
Reference in a new issue