This commit is contained in:
KoenDR06 2026-01-02 23:09:16 +01:00
parent 02eb92a443
commit 423bfff09d
2 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,7 @@
containers = { containers = {
nginx.enable = true; nginx.enable = true;
forgejo.enable = true; forgejo.enable = true;
vaultwarden.enable = true;
}; };
base = { base = {

View file

@ -57,6 +57,12 @@ in {
proxyPass = "http://${osConfig.containers.forgejo.localAddress}:${toString osConfig.horseman.containers.forgejo.port}"; proxyPass = "http://${osConfig.containers.forgejo.localAddress}:${toString osConfig.horseman.containers.forgejo.port}";
}; };
}; };
"vault.koendevLocal.nl" = {
locations."/" = {
proxyPass = "http://${osConfig.containers.vaultwarden.localAddress}:${toString osConfig.horseman.containers.vaultwarden.port}";
};
};
}; };
}; };