Add vaultwarden.
This commit is contained in:
parent
abeef2cb58
commit
cf9c488824
8 changed files with 29 additions and 10 deletions
13
machines/lebesgue/config/routing.nix
Normal file
13
machines/lebesgue/config/routing.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{config, ...}: {
|
||||
foehammer.caddy.enable = true;
|
||||
|
||||
services.caddy = {
|
||||
virtualHosts = {
|
||||
"passwords.foehammer.me" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy :${toString config.foehammer.services.vaultwarden.port}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue