idk
This commit is contained in:
parent
02eb92a443
commit
423bfff09d
2 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
containers = {
|
containers = {
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
forgejo.enable = true;
|
forgejo.enable = true;
|
||||||
|
vaultwarden.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
base = {
|
base = {
|
||||||
|
|
|
||||||
|
|
@ -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}";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue