Adding vaultwarden
This commit is contained in:
parent
9e23ce9d90
commit
331b403a74
5 changed files with 43 additions and 0 deletions
|
|
@ -19,6 +19,12 @@
|
|||
proxyPass = "https://${config.services.kanidm.serverSettings.bindaddress}";
|
||||
};
|
||||
};
|
||||
"vault.lyes.eu" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.vaultwarden.config.ROCKET_PORT}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue